color codes Logo

#d5c61b color codes

#D5C61B
(213,198,27)
0 Favorites   0 Comments

Color spaces of #d5c61b

RGB 21319827
HSL0.150.780.47
HSV55°87°84°
CMYK 0.000.070.87   0.16
XYZ47.832554.61349.0573
Yxy54.61340.42900.4898
Hunter Lab73.9009-13.792044.4640
CIE-Lab78.8181-10.990076.1737

#d5c61b color RGB value is (213,198,27).

#d5c61b hex color red value is 213, green value is 198 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d5c61b hue: 0.15 , saturation: 0.78 and the lightness value of d5c61b is 0.47.

The process color (four color CMYK) of #d5c61b color code is 0.00, 0.07, 0.87, 0.16. Web safe color of #d5c61b is #cccc33. Color #d5c61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000110 00011011
Octal 325 306 33
Decimal 213 198 27
Hex D5 C6 1B

RGB Percentages of Color #d5c61b

%48.63
%45.21
%6.16

CMYK Percentages of Color #d5c61b

%0
%7
%87
%16

Triadic Colors of #d5c61b

#d5c61b #1bd5c6 #c61bd5

Analogous Colors of #d5c61b

#d5c61b #87d51b #d5691b

Monochromatic Colors of #d5c61b

#d5c61b

Complementary Color

#d5c61b #1b2ad5

#d5c61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c61b Color CSS Codes

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

#d5c61b Text Font Color

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

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


#d5c61b Background Color

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

This div background color is #d5c61b


#d5c61b Border Color

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

This div border color is #d5c61b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,198,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5c61b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5c61b;
  -webkit-box-shadow: 1px 1px 3px 2px #d5c61b;
  box-shadow:         1px 1px 3px 2px #d5c61b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,198,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c61b


Comments

No comments written yet.

Please login to write comment.