Color Hex Logo

#dcd030 Color Hex

#DCD030
(220,208,48)
0 Favorites   0 Comments

Color spaces of #dcd030

RGB 22020848
HSL0.160.710.53
HSV56°78°86°
CMYK 0.000.050.78   0.14
XYZ52.604660.540811.7093
Yxy60.54080.42130.4849
Hunter Lab77.8080-15.483245.5430
CIE-Lab82.1313-12.462074.0831

#dcd030 color RGB value is (220,208,48).

#dcd030 hex color red value is 220, green value is 208 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #dcd030 hue: 0.16 , saturation: 0.71 and the lightness value of dcd030 is 0.53.

The process color (four color CMYK) of #dcd030 color hex is 0.00, 0.05, 0.78, 0.14. Web safe color of #dcd030 is #cccc33. Color #dcd030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 00110000
Octal 334 320 60
Decimal 220 208 48
Hex DC D0 30

RGB Percentages of Color #dcd030

%46.22
%43.70
%10.08

CMYK Percentages of Color #dcd030

%0
%5
%78
%14

Triadic Colors of #dcd030

#dcd030 #30dcd0 #d030dc

Analogous Colors of #dcd030

#dcd030 #92dc30 #dc7a30

Monochromatic Colors of #dcd030

#dcd030

Complementary Color

#dcd030 #303cdc

#dcd030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd030 Color CSS Codes

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

#dcd030 Text Font Color

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

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


#dcd030 Background Color

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

This div background color is #dcd030


#dcd030 Border Color

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

This div border color is #dcd030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd030


Comments

No comments written yet.

Please login to write comment.