#DDD772

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

Shades of Goldenrod #DDD772

Tints of Goldenrod #DDD772

Color information

#DDD772 (or 0xDDD772) is unknown color: approx Goldenrod. HEX triplet: DD, D7 and 72. RGB value is (221,215,114). Sum of RGB (Red+Green+Blue) = 221+215+114=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD772 is #22288D. Grayscale: #CDCDCD. Windows color (decimal): -2238606 or 7526365. OLE color: 7526365.

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

Color convert

RGB221215114-
CMYK00.030.480.13
HSL56.64º61.14%65.69%-
HSV(B)56.64º48.42%86.67%-
XYZ57.1665.1925.49-
YUV205.2876.49139.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 114 (44.92% from 255) = 20.73%
R=40.18%
G=39.09%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121511400.030.480.1356.6461.1465.69
HexDDD7720330D393d42
Octal3353271620360157175102
Binary1101110111010111111001001111000011011110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD772; }

 p { color: rgb(221,215,114); }

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

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

 a { background-color: rgb(221,215,114); }

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

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

 span { border-color: rgb(221,215,114); }

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