#FDDC89

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

Shades of Golden Glow #FDDC89

Tints of Golden Glow #FDDC89

Color information

#FDDC89 (or 0xFDDC89) is unknown color: approx Golden Glow. HEX triplet: FD, DC and 89. RGB value is (253,220,137). Sum of RGB (Red+Green+Blue) = 253+220+137=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 137 (53.91% from 255 or 22.46% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC89 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC89 is #022376. Grayscale: #DCDCDC. Windows color (decimal): -140151 or 9035005. OLE color: 9035005.

HSL color Cylindrical-coordinate representation of color #FDDC89: hue angle of 42.93º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDDC89 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253220137-
CMYK00.130.460.01
HSL42.93º96.67%76.47%-
HSV(B)42.93º45.85%99.22%-
XYZ70.6273.8834.2-
YUV220.480.93151.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 220 (86.33% from 255) = 36.07%
BLUE value IS 137 (53.91% from 255) = 22.46%
R=41.48%
G=36.07%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322013700.130.460.0142.9396.6776.47
HexFDDC890D2E12b614c
Octal37533421101556153141114
Binary11111101110111001000100101101101110110101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC89; }

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

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

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

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

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

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

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

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