Color Hex Logo

#dcd90d Color Hex

#DCD90D
(220,217,13)
0 Favorites   0 Comments

Color spaces of #dcd90d

RGB 22021713
HSL0.160.890.46
HSV59°94°86°
CMYK 0.000.010.94   0.14
XYZ54.400764.870410.0348
Yxy64.87040.42070.5017
Hunter Lab80.5422-20.384348.9925
CIE-Lab84.4169-17.693982.7927

#dcd90d color RGB value is (220,217,13).

#dcd90d hex color red value is 220, green value is 217 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dcd90d hue: 0.16 , saturation: 0.89 and the lightness value of dcd90d is 0.46.

The process color (four color CMYK) of #dcd90d color hex is 0.00, 0.01, 0.94, 0.14. Web safe color of #dcd90d is #cccc00. Color #dcd90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 00001101
Octal 334 331 15
Decimal 220 217 13
Hex DC D9 D

RGB Percentages of Color #dcd90d

%48.89
%48.22
%2.89

CMYK Percentages of Color #dcd90d

%0
%1
%94
%14

Triadic Colors of #dcd90d

#dcd90d #0ddcd9 #d90ddc

Analogous Colors of #dcd90d

#dcd90d #78dc0d #dc720d

Monochromatic Colors of #dcd90d

#dcd90d

Complementary Color

#dcd90d #0d10dc

#dcd90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd90d Color CSS Codes

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

#dcd90d Text Font Color

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

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


#dcd90d Background Color

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

This div background color is #dcd90d


#dcd90d Border Color

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

This div border color is #dcd90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd90d


Comments

No comments written yet.

Please login to write comment.