#DDDC71

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

Shades of Goldenrod #DDDC71

Tints of Goldenrod #DDDC71

Color information

#DDDC71 (or 0xDDDC71) is unknown color: approx Goldenrod. HEX triplet: DD, DC and 71. RGB value is (221,220,113). Sum of RGB (Red+Green+Blue) = 221+220+113=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 113 (44.53% from 255 or 20.40% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC71 is #22238E. Grayscale: #D0D0D0. Windows color (decimal): -2237327 or 7462109. OLE color: 7462109.

HSL color Cylindrical-coordinate representation of color #DDDC71: hue angle of 59.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDDC71 is Cyan = 0, Magento = 0.00, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221220113-
CMYK00.000.490.13
HSL59.44º61.36%65.49%-
HSV(B)59.44º48.87%86.67%-
XYZ58.3967.7525.62-
YUV208.174.33137.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 113 (44.53% from 255) = 20.40%
R=39.89%
G=39.71%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122011300.000.490.1359.4461.3665.49
HexDDDC710031D3b3d41
Octal3353341610061157375101
Binary110111011101110011100010011000111011110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC71; }

 p { color: rgb(221,220,113); }

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

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

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

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

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

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

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