Color Hex Logo

#dfc00a Color Hex

#DFC00A
(223,192,10)
0 Favorites   0 Comments

Color spaces of #dfc00a

RGB 22319210
HSL0.140.910.46
HSV51°96°87°
CMYK 0.000.140.96   0.13
XYZ49.335853.40927.9959
Yxy53.40920.44550.4823
Hunter Lab73.0816-7.391344.6702
CIE-Lab78.1160-3.840278.5162

#dfc00a color RGB value is (223,192,10).

#dfc00a hex color red value is 223, green value is 192 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #dfc00a hue: 0.14 , saturation: 0.91 and the lightness value of dfc00a is 0.46.

The process color (four color CMYK) of #dfc00a color hex is 0.00, 0.14, 0.96, 0.13. Web safe color of #dfc00a is #cccc00. Color #dfc00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000000 00001010
Octal 337 300 12
Decimal 223 192 10
Hex DF C0 A

RGB Percentages of Color #dfc00a

%52.47
%45.18
%2.35

CMYK Percentages of Color #dfc00a

%0
%14
%96
%13

Triadic Colors of #dfc00a

#dfc00a #0adfc0 #c00adf

Analogous Colors of #dfc00a

#dfc00a #94df0a #df550a

Monochromatic Colors of #dfc00a

#dfc00a

Complementary Color

#dfc00a #0a29df

#dfc00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc00a Color CSS Codes

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

#dfc00a Text Font Color

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

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


#dfc00a Background Color

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

This div background color is #dfc00a


#dfc00a Border Color

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

This div border color is #dfc00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc00a


Comments

No comments written yet.

Please login to write comment.