Color Hex Logo

#dcc830 Color Hex

#DCC830
(220,200,48)
0 Favorites   0 Comments

Color spaces of #dcc830

RGB 22020048
HSL0.150.710.53
HSV53°78°86°
CMYK 0.000.090.78   0.14
XYZ50.703056.737611.0754
Yxy56.73760.42780.4787
Hunter Lab75.3244-11.664144.0093
CIE-Lab80.0318-8.419972.2115

#dcc830 color RGB value is (220,200,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 00110000
Octal 334 310 60
Decimal 220 200 48
Hex DC C8 30

RGB Percentages of Color #dcc830

%47.01
%42.74
%10.26

CMYK Percentages of Color #dcc830

%0
%9
%78
%14

Triadic Colors of #dcc830

#dcc830 #30dcc8 #c830dc

Analogous Colors of #dcc830

#dcc830 #9adc30 #dc7230

Monochromatic Colors of #dcc830

#dcc830

Complementary Color

#dcc830 #3044dc

#dcc830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc830 Color CSS Codes

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

#dcc830 Text Font Color

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

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


#dcc830 Background Color

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

This div background color is #dcc830


#dcc830 Border Color

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

This div border color is #dcc830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,200,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 #dcc830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc830


Comments

No comments written yet.

Please login to write comment.