#DDDD7C

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

Shades of Goldenrod #DDDD7C

Tints of Goldenrod #DDDD7C

Color information

#DDDD7C (or 0xDDDD7C) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 7C. RGB value is (221,221,124). Sum of RGB (Red+Green+Blue) = 221+221+124=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7C is #222283. Grayscale: #D2D2D2. Windows color (decimal): -2237060 or 8183261. OLE color: 8183261.

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

Color convert

RGB221221124-
CMYK000.440.13
HSL60º58.79%67.65%-
HSV(B)60º43.89%86.67%-
XYZ59.3168.5429.17-
YUV209.9479.5135.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 221 (86.72% from 255) = 39.05%
BLUE value IS 124 (48.83% from 255) = 21.91%
R=39.05%
G=39.05%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221124000.440.136058.7967.65
HexDDDD7C002CD3c3b44
Octal3353351740054157473104
Binary110111011101110111111000010110011011111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD7C; }

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

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

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

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

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

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

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

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