#DDDD7B

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

Shades of Goldenrod #DDDD7B

Tints of Goldenrod #DDDD7B

Color information

#DDDD7B (or 0xDDDD7B) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 7B. RGB value is (221,221,123). Sum of RGB (Red+Green+Blue) = 221+221+123=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7B is #222284. Grayscale: #D2D2D2. Windows color (decimal): -2237061 or 8117725. OLE color: 8117725.

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

Color convert

RGB221221123-
CMYK000.440.13
HSL60º59.04%67.45%-
HSV(B)60º44.34%86.67%-
XYZ59.2568.5228.84-
YUV209.8379135.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 221 (86.72% from 255) = 39.12%
BLUE value IS 123 (48.44% from 255) = 21.77%
R=39.12%
G=39.12%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221123000.440.136059.0467.45
HexDDDD7B002CD3c3b43
Octal3353351730054157473103
Binary110111011101110111110110010110011011111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD7B; }

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

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

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

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

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

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

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

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