#DDDA7B

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

Shades of Goldenrod #DDDA7B

Tints of Goldenrod #DDDA7B

Color information

#DDDA7B (or 0xDDDA7B) is unknown color: approx Goldenrod. HEX triplet: DD, DA and 7B. RGB value is (221,218,123). Sum of RGB (Red+Green+Blue) = 221+218+123=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA7B is #222584. Grayscale: #D0D0D0. Windows color (decimal): -2237829 or 8116957. OLE color: 8116957.

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

Color convert

RGB221218123-
CMYK00.010.440.13
HSL58.16º59.04%67.45%-
HSV(B)58.16º44.34%86.67%-
XYZ58.4766.9528.58-
YUV208.0779.99137.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 218 (85.55% from 255) = 38.79%
BLUE value IS 123 (48.44% from 255) = 21.89%
R=39.32%
G=38.79%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121812300.010.440.1358.1659.0467.45
HexDDDA7B012CD3a3b43
Octal3353321730154157273103
Binary110111011101101011110110110110011011110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA7B; }

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

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

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

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

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

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

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

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