#DCD878

Color #DCD878 Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DCD878

Tints of Goldenrod #DCD878

Color information

#DCD878 (or 0xDCD878) is unknown color: approx Goldenrod. HEX triplet: DC, D8 and 78. RGB value is (220,216,120). Sum of RGB (Red+Green+Blue) = 220+216+120=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD878 is #232787. Grayscale: #CECECE. Windows color (decimal): -2303880 or 7919836. OLE color: 7919836.

HSL color Cylindrical-coordinate representation of color #DCD878: hue angle of 57.6º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCD878 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB220216120-
CMYK00.020.450.14
HSL57.6º58.82%66.67%-
HSV(B)57.6º45.45%86.27%-
XYZ57.4665.6827.42-
YUV206.2579.33137.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 120 (47.27% from 255) = 21.58%
R=39.57%
G=38.85%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021612000.020.450.1457.658.8266.67
HexDCD878022DE3a3b43
Octal3343301700255167273103
Binary1101110011011000111100001010110111101110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD878; }

 p { color: rgb(220,216,120); }

 H1.HeaderClassName
 {
   color: #DCD878;
 }
 .AnyTagClassName
 {
   color: #DCD878;
 }
</style>
background-color css

<style>
 a { background-color: #DCD878; }

 a { background-color: rgb(220,216,120); }

 div.DivClassName
 {
   background-color: #DCD878;
 }
 .BgClassName
 {
   background-color: #DCD878;
 }
</style>
border-color css

<style>
 span { border-color: #DCD878; }

 span { border-color: rgb(220,216,120); }

 td.TdClassName
 {
   border-color: #DCD878;
 }
 .TagClassName
 {
   border-color: #DCD878;
 }
</style>