#DCDF80

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

Shades of Goldenrod #DCDF80

Tints of Goldenrod #DCDF80

Color information

#DCDF80 (or 0xDCDF80) is unknown color: approx Goldenrod. HEX triplet: DC, DF and 80. RGB value is (220,223,128). Sum of RGB (Red+Green+Blue) = 220+223+128=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF80 is #23207F. Grayscale: #D3D3D3. Windows color (decimal): -2302080 or 8445916. OLE color: 8445916.

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

Color convert

RGB220223128-
CMYK0.0100.430.13
HSL61.89º59.75%68.82%-
HSV(B)61.89º42.6%87.45%-
XYZ59.869.5530.69-
YUV211.2781.01134.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=38.53%
G=39.05%
B=22.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231280.0100.430.1361.8959.7568.82
HexDCDF80102BD3e3c45
Octal3343372001053157674105
Binary1101110011011111100000001010101111011111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF80; }

 p { color: rgb(220,223,128); }

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

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

 a { background-color: rgb(220,223,128); }

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

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

 span { border-color: rgb(220,223,128); }

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