#DDD877

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

Shades of Goldenrod #DDD877

Tints of Goldenrod #DDD877

Color information

#DDD877 (or 0xDDD877) is unknown color: approx Goldenrod. HEX triplet: DD, D8 and 77. RGB value is (221,216,119). Sum of RGB (Red+Green+Blue) = 221+216+119=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD877 is #222788. Grayscale: #CECECE. Windows color (decimal): -2238345 or 7854301. OLE color: 7854301.

HSL color Cylindrical-coordinate representation of color #DDD877: hue angle of 57.06º degrees, saturation: 0.6, 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 #DDD877 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221216119-
CMYK00.020.460.13
HSL57.06º60%66.67%-
HSV(B)57.06º46.15%86.67%-
XYZ57.765.8227.12-
YUV206.4478.66138.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 119 (46.88% from 255) = 21.40%
R=39.75%
G=38.85%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121611900.020.460.1357.066066.67
HexDDD877022ED393c43
Octal3353301670256157174103
Binary1101110111011000111011101010111011011110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD877; }

 p { color: rgb(221,216,119); }

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

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

 a { background-color: rgb(221,216,119); }

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

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

 span { border-color: rgb(221,216,119); }

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