#DDD56A

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

Shades of Goldenrod #DDD56A

Tints of Goldenrod #DDD56A

Color information

#DDD56A (or 0xDDD56A) is unknown color: approx Goldenrod. HEX triplet: DD, D5 and 6A. RGB value is (221,213,106). Sum of RGB (Red+Green+Blue) = 221+213+106=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56A is #222A95. Grayscale: #CBCBCB. Windows color (decimal): -2239126 or 7001565. OLE color: 7001565.

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

Color convert

RGB221213106-
CMYK00.040.520.13
HSL55.83º62.84%64.12%-
HSV(B)55.83º52.04%86.67%-
XYZ56.216423.03-
YUV203.1973.15140.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 106 (41.80% from 255) = 19.63%
R=40.93%
G=39.44%
B=19.63%

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
Decimal22121310600.040.520.1355.8362.8464.12
HexDDD56A0434D383f40
Octal3353251520464157077100
Binary11011101110101011101010010011010011011110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD56A; }

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

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

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

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

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

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

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

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