#DDDD77

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

Shades of Goldenrod #DDDD77

Tints of Goldenrod #DDDD77

Color information

#DDDD77 (or 0xDDDD77) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 77. RGB value is (221,221,119). Sum of RGB (Red+Green+Blue) = 221+221+119=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 119 (46.88% from 255 or 21.21% from 561); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD77 is #222288. Grayscale: #D1D1D1. Windows color (decimal): -2237065 or 7855581. OLE color: 7855581.

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

Color convert

RGB221221119-
CMYK000.460.13
HSL60º60%66.67%-
HSV(B)60º46.15%86.67%-
XYZ59.0168.4227.55-
YUV209.3777136.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 119 (46.88% from 255) = 21.21%
R=39.39%
G=39.39%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221119000.460.13606066.67
HexDDDD77002ED3c3c43
Octal3353351670056157474103
Binary110111011101110111101110010111011011111001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD77; }

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

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

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

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

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

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

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

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