#DDD964

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

Shades of Goldenrod #DDD964

Tints of Goldenrod #DDD964

Color information

#DDD964 (or 0xDDD964) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 64. RGB value is (221,217,100). Sum of RGB (Red+Green+Blue) = 221+217+100=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD964 is #22269B. Grayscale: #CDCDCD. Windows color (decimal): -2238108 or 6609373. OLE color: 6609373.

HSL color Cylindrical-coordinate representation of color #DDD964: hue angle of 58.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDD964 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB221217100-
CMYK00.020.550.13
HSL58.02º64.02%62.94%-
HSV(B)58.02º54.75%86.67%-
XYZ56.9365.9221.78-
YUV204.8668.83139.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.08%
GREEN value IS 217 (85.16% from 255) = 40.33%
BLUE value IS 100 (39.45% from 255) = 18.59%
R=41.08%
G=40.33%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121710000.020.550.1358.0264.0262.94
HexDDD9640237D3a403f
Octal3353311440267157210077
Binary1101110111011001110010001011011111011110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD964; }

 p { color: rgb(221,217,100); }

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

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

 a { background-color: rgb(221,217,100); }

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

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

 span { border-color: rgb(221,217,100); }

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