Color Hex Logo

#dfca38 Color Hex

#DFCA38
(223,202,56)
0 Favorites   0 Comments

Color spaces of #dfca38

RGB 22320256
HSL0.150.720.55
HSV52°75°87°
CMYK 0.000.090.75   0.13
XYZ52.265858.214612.2232
Yxy58.21460.42600.4744
Hunter Lab76.2985-11.246743.9105
CIE-Lab80.8580-7.856870.5163

#dfca38 color RGB value is (223,202,56).

#dfca38 hex color red value is 223, green value is 202 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dfca38 hue: 0.15 , saturation: 0.72 and the lightness value of dfca38 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 00111000
Octal 337 312 70
Decimal 223 202 56
Hex DF CA 38

RGB Percentages of Color #dfca38

%46.36
%42.00
%11.64

CMYK Percentages of Color #dfca38

%0
%9
%75
%13

Triadic Colors of #dfca38

#dfca38 #38dfca #ca38df

Analogous Colors of #dfca38

#dfca38 #a1df38 #df7738

Monochromatic Colors of #dfca38

#dfca38

Complementary Color

#dfca38 #384ddf

#dfca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfca38 Color CSS Codes

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

#dfca38 Text Font Color

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

This sample text font color is #dfca38
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.


#dfca38 Background Color

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

This div background color is #dfca38


#dfca38 Border Color

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

This div border color is #dfca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfca38


Comments

No comments written yet.

Please login to write comment.