#DDD965

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

Shades of Goldenrod #DDD965

Tints of Goldenrod #DDD965

Color information

#DDD965 (or 0xDDD965) is unknown color: approx Goldenrod. HEX triplet: DD, D9 and 65. RGB value is (221,217,101). Sum of RGB (Red+Green+Blue) = 221+217+101=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD965 is #22269A. Grayscale: #CDCDCD. Windows color (decimal): -2238107 or 6674909. OLE color: 6674909.

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

Color convert

RGB221217101-
CMYK00.020.540.13
HSL58º63.83%63.14%-
HSV(B)58º54.3%86.67%-
XYZ56.9865.9422.04-
YUV204.9769.33139.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 101 (39.84% from 255) = 18.74%
R=41.00%
G=40.26%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121710100.020.540.135863.8363.14
HexDDD9650236D3a403f
Octal3353311450266157210077
Binary1101110111011001110010101011011011011110101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD965; }

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

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

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

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

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

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

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

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