color codes Logo

#d3c00b color codes

#D3C00B
(211,192,11)
0 Favorites   0 Comments

Color spaces of #d3c00b

RGB 21119211
HSL0.150.900.44
HSV54°95°83°
CMYK 0.000.090.95   0.17
XYZ45.774051.57237.8585
Yxy51.57230.43510.4902
Hunter Lab71.8139-11.898743.7817
CIE-Lab77.0244-9.047777.1166

#d3c00b color RGB value is (211,192,11).

#d3c00b hex color red value is 211, green value is 192 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d3c00b hue: 0.15 , saturation: 0.90 and the lightness value of d3c00b is 0.44.

The process color (four color CMYK) of #d3c00b color code is 0.00, 0.09, 0.95, 0.17. Web safe color of #d3c00b is #cccc00. Color #d3c00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11000000 00001011
Octal 323 300 13
Decimal 211 192 11
Hex D3 C0 B

RGB Percentages of Color #d3c00b

%50.97
%46.38
%2.66

CMYK Percentages of Color #d3c00b

%0
%9
%95
%17

Triadic Colors of #d3c00b

#d3c00b #0bd3c0 #c00bd3

Analogous Colors of #d3c00b

#d3c00b #82d30b #d35c0b

Monochromatic Colors of #d3c00b

#d3c00b

Complementary Color

#d3c00b #0b1ed3

#d3c00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3c00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3c00b Color CSS Codes

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

#d3c00b Text Font Color

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

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


#d3c00b Background Color

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

This div background color is #d3c00b


#d3c00b Border Color

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

This div border color is #d3c00b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,192,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 #d3c00b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3c00b


Comments

No comments written yet.

Please login to write comment.