#FFDC89

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

Shades of Golden Glow #FFDC89

Tints of Golden Glow #FFDC89

Color information

#FFDC89 (or 0xFFDC89) is unknown color: approx Golden Glow. HEX triplet: FF, DC and 89. RGB value is (255,220,137). Sum of RGB (Red+Green+Blue) = 255+220+137=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 137 (53.91% from 255 or 22.39% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDC89 is #002376. Grayscale: #DDDDDD. Windows color (decimal): -9079 or 9035007. OLE color: 9035007.

HSL color Cylindrical-coordinate representation of color #FFDC89: hue angle of 42.2º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFDC89 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255220137-
CMYK00.140.460
HSL42.2º100%76.86%-
HSV(B)42.2º46.27%100%-
XYZ71.3574.2534.24-
YUV22180.6152.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.67%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 137 (53.91% from 255) = 22.39%
R=41.67%
G=35.95%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522013700.140.46042.210076.86
HexFFDC890E2E02a644d
Octal37733421101656052144115
Binary11111111110111001000100101110101110010101011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDC89; }

 p { color: rgb(255,220,137); }

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

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

 a { background-color: rgb(255,220,137); }

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

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

 span { border-color: rgb(255,220,137); }

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