#DDDA6C

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

Shades of Goldenrod #DDDA6C

Tints of Goldenrod #DDDA6C

Color information

#DDDA6C (or 0xDDDA6C) is unknown color: approx Goldenrod. HEX triplet: DD, DA and 6C. RGB value is (221,218,108). Sum of RGB (Red+Green+Blue) = 221+218+108=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA6C is #222593. Grayscale: #CECECE. Windows color (decimal): -2237844 or 7133917. OLE color: 7133917.

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

Color convert

RGB221218108-
CMYK00.010.510.13
HSL58.41º62.43%64.51%-
HSV(B)58.41º51.13%86.67%-
XYZ57.666.624.01-
YUV206.3672.49138.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 218 (85.55% from 255) = 39.85%
BLUE value IS 108 (42.58% from 255) = 19.74%
R=40.40%
G=39.85%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121810800.010.510.1358.4162.4364.51
HexDDDA6C0133D3a3e41
Octal3353321540163157276101
Binary110111011101101011011000111001111011110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA6C; }

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

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

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

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

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

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

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

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