#DDD56B

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

Shades of Goldenrod #DDD56B

Tints of Goldenrod #DDD56B

Color information

#DDD56B (or 0xDDD56B) is unknown color: approx Goldenrod. HEX triplet: DD, D5 and 6B. RGB value is (221,213,107). Sum of RGB (Red+Green+Blue) = 221+213+107=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56B is #222A94. Grayscale: #CBCBCB. Windows color (decimal): -2239125 or 7067101. OLE color: 7067101.

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

Color convert

RGB221213107-
CMYK00.040.520.13
HSL55.79º62.64%64.31%-
HSV(B)55.79º51.58%86.67%-
XYZ56.2764.0223.3-
YUV203.3173.65140.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 213 (83.59% from 255) = 39.37%
BLUE value IS 107 (42.19% from 255) = 19.78%
R=40.85%
G=39.37%
B=19.78%

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
Decimal22121310700.040.520.1355.7962.6464.31
HexDDD56B0434D383f40
Octal3353251530464157077100
Binary11011101110101011101011010011010011011110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD56B; }

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

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

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

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

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

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

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

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