#DDDD72

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

Shades of Goldenrod #DDDD72

Tints of Goldenrod #DDDD72

Color information

#DDDD72 (or 0xDDDD72) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 72. RGB value is (221,221,114). Sum of RGB (Red+Green+Blue) = 221+221+114=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD72 is #22228D. Grayscale: #D1D1D1. Windows color (decimal): -2237070 or 7527901. OLE color: 7527901.

HSL color Cylindrical-coordinate representation of color #DDDD72: hue angle of 60º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDDD72 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221221114-
CMYK000.480.13
HSL60º61.14%65.69%-
HSV(B)60º48.42%86.67%-
XYZ58.7168.326.01-
YUV208.874.5136.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.75%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 114 (44.92% from 255) = 20.50%
R=39.75%
G=39.75%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221114000.480.136061.1465.69
HexDDDD720030D3c3d42
Octal3353351620060157475102
Binary110111011101110111100100011000011011111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD72; }

 p { color: rgb(221,221,114); }

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

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

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

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

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

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

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