#DCDD76

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

Shades of Goldenrod #DCDD76

Tints of Goldenrod #DCDD76

Color information

#DCDD76 (or 0xDCDD76) is unknown color: approx Goldenrod. HEX triplet: DC, DD and 76. RGB value is (220,221,118). Sum of RGB (Red+Green+Blue) = 220+221+118=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD76 is #232289. Grayscale: #D1D1D1. Windows color (decimal): -2302602 or 7790044. OLE color: 7790044.

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

Color convert

RGB220221118-
CMYK0.0000.470.13
HSL60.58º60.23%66.47%-
HSV(B)60.58º46.61%86.67%-
XYZ58.6468.2427.22-
YUV208.9676.67135.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 221 (86.72% from 255) = 39.53%
BLUE value IS 118 (46.48% from 255) = 21.11%
R=39.36%
G=39.53%
B=21.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211180.0000.470.1360.5860.2366.47
HexDCDD76002FD3d3c42
Octal3343351660057157574102
Binary110111001101110111101100010111111011111011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDD76; }

 p { color: rgb(220,221,118); }

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

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

 a { background-color: rgb(220,221,118); }

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

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

 span { border-color: rgb(220,221,118); }

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