#DDD563

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

Shades of Goldenrod #DDD563

Tints of Goldenrod #DDD563

Color information

#DDD563 (or 0xDDD563) is unknown color: approx Goldenrod. HEX triplet: DD, D5 and 63. RGB value is (221,213,99). Sum of RGB (Red+Green+Blue) = 221+213+99=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD563 is #222A9C. Grayscale: #CACACA. Windows color (decimal): -2239133 or 6542813. OLE color: 6542813.

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

Color convert

RGB22121399-
CMYK00.040.550.13
HSL56.07º64.21%62.75%-
HSV(B)56.07º55.2%86.67%-
XYZ55.8763.8621.19-
YUV202.469.65141.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 213 (83.59% from 255) = 39.96%
BLUE value IS 99 (39.06% from 255) = 18.57%
R=41.46%
G=39.96%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212139900.040.550.1356.0764.2162.75
HexDDD5630437D38403f
Octal3353251430467157010077
Binary11011101110101011100011010011011111011110001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD563; }

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

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

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

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

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

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

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

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