#DDD775

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

Shades of Goldenrod #DDD775

Tints of Goldenrod #DDD775

Color information

#DDD775 (or 0xDDD775) is unknown color: approx Goldenrod. HEX triplet: DD, D7 and 75. RGB value is (221,215,117). Sum of RGB (Red+Green+Blue) = 221+215+117=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD775 is #22288A. Grayscale: #CECECE. Windows color (decimal): -2238603 or 7722973. OLE color: 7722973.

HSL color Cylindrical-coordinate representation of color #DDD775: hue angle of 56.54º 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 #DDD775 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221215117-
CMYK00.030.470.13
HSL56.54º60.47%66.27%-
HSV(B)56.54º47.06%86.67%-
XYZ57.3365.2626.4-
YUV205.6277.99138.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=39.96%
G=38.88%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121511700.030.470.1356.5460.4766.27
HexDDD775032FD393c42
Octal3353271650357157174102
Binary1101110111010111111010101110111111011110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD775; }

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

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

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

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

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

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

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

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