Color Hex Logo

#dccb58 Color Hex

#DCCB58
(220,203,88)
0 Favorites   0 Comments

Color spaces of #dccb58

RGB 22020388
HSL0.150.650.60
HSV52°60°86°
CMYK 0.000.080.60   0.14
XYZ52.632658.632117.7756
Yxy58.63210.40790.4544
Hunter Lab76.5716-11.305739.8363
CIE-Lab81.0890-7.896458.0869

#dccb58 color RGB value is (220,203,88).

#dccb58 hex color red value is 220, green value is 203 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dccb58 hue: 0.15 , saturation: 0.65 and the lightness value of dccb58 is 0.60.

The process color (four color CMYK) of #dccb58 color hex is 0.00, 0.08, 0.60, 0.14. Web safe color of #dccb58 is #cccc66. Color #dccb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01011000
Octal 334 313 130
Decimal 220 203 88
Hex DC CB 58

RGB Percentages of Color #dccb58

%43.05
%39.73
%17.22

CMYK Percentages of Color #dccb58

%0
%8
%60
%14

Triadic Colors of #dccb58

#dccb58 #58dccb #cb58dc

Analogous Colors of #dccb58

#dccb58 #abdc58 #dc8958

Monochromatic Colors of #dccb58

#dccb58

Complementary Color

#dccb58 #5869dc

#dccb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb58 Color CSS Codes

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

#dccb58 Text Font Color

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

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


#dccb58 Background Color

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

This div background color is #dccb58


#dccb58 Border Color

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

This div border color is #dccb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb58


Comments

No comments written yet.

Please login to write comment.