#DDD66C

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

Shades of Goldenrod #DDD66C

Tints of Goldenrod #DDD66C

Color information

#DDD66C (or 0xDDD66C) is unknown color: approx Goldenrod. HEX triplet: DD, D6 and 6C. RGB value is (221,214,108). Sum of RGB (Red+Green+Blue) = 221+214+108=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66C is #222993. Grayscale: #CCCCCC. Windows color (decimal): -2238868 or 7132893. OLE color: 7132893.

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

Color convert

RGB221214108-
CMYK00.030.510.13
HSL56.28º62.43%64.51%-
HSV(B)56.28º51.13%86.67%-
XYZ56.5764.5523.66-
YUV204.0173.82140.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 214 (83.98% from 255) = 39.41%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=40.70%
G=39.41%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121410800.030.510.1356.2862.4364.51
HexDDD66C0333D383e41
Octal3353261540363157076101
Binary1101110111010110110110001111001111011110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD66C; }

 p { color: rgb(221,214,108); }

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

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

 a { background-color: rgb(221,214,108); }

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

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

 span { border-color: rgb(221,214,108); }

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