#DCDE77

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

Shades of Goldenrod #DCDE77

Tints of Goldenrod #DCDE77

Color information

#DCDE77 (or 0xDCDE77) is unknown color: approx Goldenrod. HEX triplet: DC, DE and 77. RGB value is (220,222,119). Sum of RGB (Red+Green+Blue) = 220+222+119=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDE77 is #232188. Grayscale: #D2D2D2. Windows color (decimal): -2302345 or 7855836. OLE color: 7855836.

HSL color Cylindrical-coordinate representation of color #DCDE77: hue angle of 61.17º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDE77 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB220222119-
CMYK0.0100.460.13
HSL61.17º60.95%66.86%-
HSV(B)61.17º46.4%87.06%-
XYZ58.9768.7927.62-
YUV209.6676.84135.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 119 (46.88% from 255) = 21.21%
R=39.22%
G=39.57%
B=21.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221190.0100.460.1361.1760.9566.86
HexDCDE77102ED3d3d43
Octal3343361671056157575103
Binary110111001101111011101111010111011011111011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE77; }

 p { color: rgb(220,222,119); }

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

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

 a { background-color: rgb(220,222,119); }

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

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

 span { border-color: rgb(220,222,119); }

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