#DDDB73

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

Shades of Goldenrod #DDDB73

Tints of Goldenrod #DDDB73

Color information

#DDDB73 (or 0xDDDB73) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 73. RGB value is (221,219,115). Sum of RGB (Red+Green+Blue) = 221+219+115=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB73 is #22248C. Grayscale: #D0D0D0. Windows color (decimal): -2237581 or 7592925. OLE color: 7592925.

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

Color convert

RGB221219115-
CMYK00.010.480.13
HSL58.87º60.92%65.88%-
HSV(B)58.87º47.96%86.67%-
XYZ58.2467.2726.13-
YUV207.7475.66137.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 219 (85.94% from 255) = 39.46%
BLUE value IS 115 (45.31% from 255) = 20.72%
R=39.82%
G=39.46%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121911500.010.480.1358.8760.9265.88
HexDDDB730130D3b3d42
Octal3353331630160157375102
Binary110111011101101111100110111000011011110111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB73; }

 p { color: rgb(221,219,115); }

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

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

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

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

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

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

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