Color Hex Logo

#dcc25b Color Hex

#DCC25B
(220,194,91)
0 Favorites   0 Comments

Color spaces of #dcc25b

RGB 22019491
HSL0.130.650.61
HSV48°59°86°
CMYK 0.000.120.59   0.14
XYZ50.695354.554517.7557
Yxy54.55450.41210.4435
Hunter Lab73.8610-6.741437.4498
CIE-Lab78.7840-3.061954.1536

#dcc25b color RGB value is (220,194,91).

#dcc25b hex color red value is 220, green value is 194 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dcc25b hue: 0.13 , saturation: 0.65 and the lightness value of dcc25b is 0.61.

The process color (four color CMYK) of #dcc25b color hex is 0.00, 0.12, 0.59, 0.14. Web safe color of #dcc25b is #cccc66. Color #dcc25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01011011
Octal 334 302 133
Decimal 220 194 91
Hex DC C2 5B

RGB Percentages of Color #dcc25b

%43.56
%38.42
%18.02

CMYK Percentages of Color #dcc25b

%0
%12
%59
%14

Triadic Colors of #dcc25b

#dcc25b #5bdcc2 #c25bdc

Analogous Colors of #dcc25b

#dcc25b #b6dc5b #dc825b

Monochromatic Colors of #dcc25b

#dcc25b

Complementary Color

#dcc25b #5b75dc

#dcc25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc25b Color CSS Codes

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

#dcc25b Text Font Color

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

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


#dcc25b Background Color

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

This div background color is #dcc25b


#dcc25b Border Color

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

This div border color is #dcc25b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,194,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcc25b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcc25b;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc25b;
  box-shadow:         1px 1px 3px 2px #dcc25b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,194,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc25b


Comments

No comments written yet.

Please login to write comment.