#FDDC81

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

Shades of Golden Glow #FDDC81

Tints of Golden Glow #FDDC81

Color information

#FDDC81 (or 0xFDDC81) is unknown color: approx Golden Glow. HEX triplet: FD, DC and 81. RGB value is (253,220,129). Sum of RGB (Red+Green+Blue) = 253+220+129=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC81 is #02237E. Grayscale: #DBDBDB. Windows color (decimal): -140159 or 8510717. OLE color: 8510717.

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

Color convert

RGB253220129-
CMYK00.130.490.01
HSL44.03º96.88%74.9%-
HSV(B)44.03º49.01%99.22%-
XYZ70.0673.6531.29-
YUV219.4976.93151.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.03%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 129 (50.78% from 255) = 21.43%
R=42.03%
G=36.54%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322012900.130.490.0144.0396.8874.9
HexFDDC810D3112c614b
Octal37533420101561154141113
Binary11111101110111001000000101101110001110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDC81; }

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

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

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

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

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

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

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

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