Color Hex Logo

#dfca43 Color Hex

#DFCA43
(223,202,67)
0 Favorites   0 Comments

Color spaces of #dfca43

RGB 22320267
HSL0.140.710.57
HSV52°70°87°
CMYK 0.000.090.70   0.13
XYZ52.565158.334313.7994
Yxy58.33430.42150.4678
Hunter Lab76.3769-10.810042.7516
CIE-Lab80.9243-7.362366.6500

#dfca43 color RGB value is (223,202,67).

#dfca43 hex color red value is 223, green value is 202 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dfca43 hue: 0.14 , saturation: 0.71 and the lightness value of dfca43 is 0.57.

The process color (four color CMYK) of #dfca43 color hex is 0.00, 0.09, 0.70, 0.13. Web safe color of #dfca43 is #cccc33. Color #dfca43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 01000011
Octal 337 312 103
Decimal 223 202 67
Hex DF CA 43

RGB Percentages of Color #dfca43

%45.33
%41.06
%13.62

CMYK Percentages of Color #dfca43

%0
%9
%70
%13

Triadic Colors of #dfca43

#dfca43 #43dfca #ca43df

Analogous Colors of #dfca43

#dfca43 #a6df43 #df7c43

Monochromatic Colors of #dfca43

#dfca43

Complementary Color

#dfca43 #4358df

#dfca43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca43 Color CSS Codes

.mybgcolor {background-color:#dfca43; } 
.myforecolor {color:#dfca43; }
.mybordercolor {border:3px solid #dfca43; }

#dfca43 Text Font Color

<p style="color:#dfca43">Text here</p>

This sample text font color is #dfca43
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfca43 Background Color

<div style="background-color:#dfca43">
Div content here</div>

This div background color is #dfca43


#dfca43 Border Color

<div style="border:3px solid #dfca43">
Div here</div>

This div border color is #dfca43


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,202,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfca43; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfca43;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca43;
  box-shadow:         1px 1px 3px 2px #dfca43; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfca43">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfca43;
  -webkit-box-shadow: 1px 1px 3px 2px #dfca43;
  box-shadow:         1px 1px 3px 2px #dfca43;">
Div content here</div>

This div box has shadow with color #dfca43


Comments

No comments written yet.

Please login to write comment.