#DDDA7E

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

Shades of Goldenrod #DDDA7E

Tints of Goldenrod #DDDA7E

Color information

#DDDA7E (or 0xDDDA7E) is unknown color: approx Goldenrod. HEX triplet: DD, DA and 7E. RGB value is (221,218,126). Sum of RGB (Red+Green+Blue) = 221+218+126=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7E is #222581. Grayscale: #D0D0D0. Windows color (decimal): -2237826 or 8313565. OLE color: 8313565.

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

Color convert

RGB221218126-
CMYK00.010.430.13
HSL58.11º58.28%68.04%-
HSV(B)58.11º42.99%86.67%-
XYZ58.6667.0229.58-
YUV208.4181.49136.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 218 (85.55% from 255) = 38.58%
BLUE value IS 126 (49.61% from 255) = 22.30%
R=39.12%
G=38.58%
B=22.30%

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
Decimal22121812600.010.430.1358.1158.2868.04
HexDDDA7E012BD3a3a44
Octal3353321760153157272104
Binary110111011101101011111100110101111011110101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA7E; }

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

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

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

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

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

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

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

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