#DDDD7E

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

Shades of Goldenrod #DDDD7E

Tints of Goldenrod #DDDD7E

Color information

#DDDD7E (or 0xDDDD7E) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 7E. RGB value is (221,221,126). Sum of RGB (Red+Green+Blue) = 221+221+126=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7E is #222281. Grayscale: #D2D2D2. Windows color (decimal): -2237058 or 8314333. OLE color: 8314333.

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

Color convert

RGB221221126-
CMYK000.430.13
HSL60º58.28%68.04%-
HSV(B)60º42.99%86.67%-
XYZ59.4468.5929.85-
YUV210.1780.5135.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 126 (49.61% from 255) = 22.18%
R=38.91%
G=38.91%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221126000.430.136058.2868.04
HexDDDD7E002BD3c3a44
Octal3353351760053157472104
Binary110111011101110111111100010101111011111001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD7E; }

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

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

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

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

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

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

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

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