#DDD86E

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

Shades of Goldenrod #DDD86E

Tints of Goldenrod #DDD86E

Color information

#DDD86E (or 0xDDD86E) is unknown color: approx Goldenrod. HEX triplet: DD, D8 and 6E. RGB value is (221,216,110). Sum of RGB (Red+Green+Blue) = 221+216+110=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 110 (43.36% from 255 or 20.11% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD86E is #222791. Grayscale: #CDCDCD. Windows color (decimal): -2238354 or 7264477. OLE color: 7264477.

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

Color convert

RGB221216110-
CMYK00.020.500.13
HSL57.3º62.01%64.9%-
HSV(B)57.3º50.23%86.67%-
XYZ57.1965.6124.4-
YUV205.4174.16139.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 110 (43.36% from 255) = 20.11%
R=40.40%
G=39.49%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121611000.020.500.1357.362.0164.9
HexDDD86E0232D393e41
Octal3353301560262157176101
Binary1101110111011000110111001011001011011110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD86E; }

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

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

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

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

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

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

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

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