#DDD86D

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

Shades of Goldenrod #DDD86D

Tints of Goldenrod #DDD86D

Color information

#DDD86D (or 0xDDD86D) is unknown color: approx Goldenrod. HEX triplet: DD, D8 and 6D. RGB value is (221,216,109). Sum of RGB (Red+Green+Blue) = 221+216+109=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD86D is #222792. Grayscale: #CDCDCD. Windows color (decimal): -2238355 or 7198941. OLE color: 7198941.

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

Color convert

RGB221216109-
CMYK00.020.510.13
HSL57.32º62.22%64.71%-
HSV(B)57.32º50.68%86.67%-
XYZ57.1365.5924.12-
YUV205.373.66139.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 109 (42.97% from 255) = 19.96%
R=40.48%
G=39.56%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121610900.020.510.1357.3262.2264.71
HexDDD86D0233D393e41
Octal3353301550263157176101
Binary1101110111011000110110101011001111011110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD86D; }

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

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

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

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

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

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

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

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