#DDD56E

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

Shades of Goldenrod #DDD56E

Tints of Goldenrod #DDD56E

Color information

#DDD56E (or 0xDDD56E) is unknown color: approx Goldenrod. HEX triplet: DD, D5 and 6E. RGB value is (221,213,110). Sum of RGB (Red+Green+Blue) = 221+213+110=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56E is #222A91. Grayscale: #CCCCCC. Windows color (decimal): -2239122 or 7263709. OLE color: 7263709.

HSL color Cylindrical-coordinate representation of color #DDD56E: hue angle of 55.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD56E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221213110-
CMYK00.040.500.13
HSL55.68º62.01%64.9%-
HSV(B)55.68º50.23%86.67%-
XYZ56.4364.0924.15-
YUV203.6575.15140.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=40.62%
G=39.15%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121311000.040.500.1355.6862.0164.9
HexDDD56E0432D383e41
Octal3353251560462157076101
Binary11011101110101011101110010011001011011110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD56E; }

 p { color: rgb(221,213,110); }

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

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

 a { background-color: rgb(221,213,110); }

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

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

 span { border-color: rgb(221,213,110); }

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