Color Hex Logo

#d3cb16 Color Hex

#D3CB16
(211,203,22)
0 Favorites   0 Comments

Color spaces of #d3cb16

RGB 21120322
HSL0.160.810.46
HSV57°90°83°
CMYK 0.000.040.90   0.17
XYZ48.364756.61879.1385
Yxy56.61870.42380.4961
Hunter Lab75.2454-16.946945.4711
CIE-Lab79.9647-14.462677.8904

#d3cb16 color RGB value is (211,203,22).

#d3cb16 hex color red value is 211, green value is 203 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #d3cb16 hue: 0.16 , saturation: 0.81 and the lightness value of d3cb16 is 0.46.

The process color (four color CMYK) of #d3cb16 color hex is 0.00, 0.04, 0.90, 0.17. Web safe color of #d3cb16 is #cccc00. Color #d3cb16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001011 00010110
Octal 323 313 26
Decimal 211 203 22
Hex D3 CB 16

RGB Percentages of Color #d3cb16

%48.39
%46.56
%5.05

CMYK Percentages of Color #d3cb16

%0
%4
%90
%17

Triadic Colors of #d3cb16

#d3cb16 #16d3cb #cb16d3

Analogous Colors of #d3cb16

#d3cb16 #7dd316 #d36d16

Monochromatic Colors of #d3cb16

#d3cb16

Complementary Color

#d3cb16 #161ed3

#d3cb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cb16 Color CSS Codes

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

#d3cb16 Text Font Color

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

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


#d3cb16 Background Color

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

This div background color is #d3cb16


#d3cb16 Border Color

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

This div border color is #d3cb16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,203,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cb16


Comments

No comments written yet.

Please login to write comment.