#DDDD71

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

Shades of Goldenrod #DDDD71

Tints of Goldenrod #DDDD71

Color information

#DDDD71 (or 0xDDDD71) is unknown color: approx Goldenrod. HEX triplet: DD, DD and 71. RGB value is (221,221,113). Sum of RGB (Red+Green+Blue) = 221+221+113=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 113 (44.53% from 255 or 20.36% from 555); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD71 is #22228E. Grayscale: #D1D1D1. Windows color (decimal): -2237071 or 7462365. OLE color: 7462365.

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

Color convert

RGB221221113-
CMYK000.490.13
HSL60º61.36%65.49%-
HSV(B)60º48.87%86.67%-
XYZ58.6668.2825.71-
YUV208.6974136.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 113 (44.53% from 255) = 20.36%
R=39.82%
G=39.82%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221113000.490.136061.3665.49
HexDDDD710031D3c3d41
Octal3353351610061157475101
Binary110111011101110111100010011000111011111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD71; }

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

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

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

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

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

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

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

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