#DDD466

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

Shades of Goldenrod #DDD466

Tints of Goldenrod #DDD466

Color information

#DDD466 (or 0xDDD466) is unknown color: approx Goldenrod. HEX triplet: DD, D4 and 66. RGB value is (221,212,102). Sum of RGB (Red+Green+Blue) = 221+212+102=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD466 is #222B99. Grayscale: #CACACA. Windows color (decimal): -2239386 or 6739165. OLE color: 6739165.

HSL color Cylindrical-coordinate representation of color #DDD466: hue angle of 55.46º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDD466 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB221212102-
CMYK00.040.540.13
HSL55.46º63.64%63.33%-
HSV(B)55.46º53.85%86.67%-
XYZ55.7663.4221.87-
YUV202.1571.48141.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 102 (40.23% from 255) = 19.07%
R=41.31%
G=39.63%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121210200.040.540.1355.4663.6463.33
HexDDD4660436D37403f
Octal3353241460466156710077
Binary11011101110101001100110010011011011011101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD466; }

 p { color: rgb(221,212,102); }

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

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

 a { background-color: rgb(221,212,102); }

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

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

 span { border-color: rgb(221,212,102); }

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