#DDD46A

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

Shades of Goldenrod #DDD46A

Tints of Goldenrod #DDD46A

Color information

#DDD46A (or 0xDDD46A) is unknown color: approx Goldenrod. HEX triplet: DD, D4 and 6A. RGB value is (221,212,106). Sum of RGB (Red+Green+Blue) = 221+212+106=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD46A is #222B95. Grayscale: #CBCBCB. Windows color (decimal): -2239382 or 7001309. OLE color: 7001309.

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

Color convert

RGB221212106-
CMYK00.040.520.13
HSL55.3º62.84%64.12%-
HSV(B)55.3º52.04%86.67%-
XYZ55.9663.522.94-
YUV202.6173.48141.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=41.00%
G=39.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121210600.040.520.1355.362.8464.12
HexDDD46A0434D373f40
Octal3353241520464156777100
Binary11011101110101001101010010011010011011101111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD46A; }

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

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

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

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

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

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

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

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