#DDDB7E

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

Shades of Goldenrod #DDDB7E

Tints of Goldenrod #DDDB7E

Color information

#DDDB7E (or 0xDDDB7E) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 7E. RGB value is (221,219,126). Sum of RGB (Red+Green+Blue) = 221+219+126=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 126 (49.61% from 255 or 22.26% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB7E is #222481. Grayscale: #D1D1D1. Windows color (decimal): -2237570 or 8313821. OLE color: 8313821.

HSL color Cylindrical-coordinate representation of color #DDDB7E: hue angle of 58.74º 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 #DDDB7E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221219126-
CMYK00.010.430.13
HSL58.74º58.28%68.04%-
HSV(B)58.74º42.99%86.67%-
XYZ58.9267.5429.67-
YUV20981.16136.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 219 (85.94% from 255) = 38.69%
BLUE value IS 126 (49.61% from 255) = 22.26%
R=39.05%
G=38.69%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121912600.010.430.1358.7458.2868.04
HexDDDB7E012BD3b3a44
Octal3353331760153157372104
Binary110111011101101111111100110101111011110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB7E; }

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

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

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

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

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

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

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

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