Color Hex Logo

#dfc30b Color Hex

#DFC30B
(223,195,11)
0 Favorites   0 Comments

Color spaces of #dfc30b

RGB 22319511
HSL0.140.910.46
HSV52°95°87°
CMYK 0.000.130.95   0.13
XYZ50.006954.74248.2473
Yxy54.74240.44260.4845
Hunter Lab73.9881-8.835045.1827
CIE-Lab78.8927-5.374278.9866

#dfc30b color RGB value is (223,195,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 00001011
Octal 337 303 13
Decimal 223 195 11
Hex DF C3 B

RGB Percentages of Color #dfc30b

%51.98
%45.45
%2.56

CMYK Percentages of Color #dfc30b

%0
%13
%95
%13

Triadic Colors of #dfc30b

#dfc30b #0bdfc3 #c30bdf

Analogous Colors of #dfc30b

#dfc30b #91df0b #df590b

Monochromatic Colors of #dfc30b

#dfc30b

Complementary Color

#dfc30b #0b27df

#dfc30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc30b Color CSS Codes

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

#dfc30b Text Font Color

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

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


#dfc30b Background Color

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

This div background color is #dfc30b


#dfc30b Border Color

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

This div border color is #dfc30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc30b


Comments

No comments written yet.

Please login to write comment.