#FDDE7D

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

Shades of Golden Glow #FDDE7D

Tints of Golden Glow #FDDE7D

Color information

#FDDE7D (or 0xFDDE7D) is unknown color: approx Golden Glow. HEX triplet: FD, DE and 7D. RGB value is (253,222,125). Sum of RGB (Red+Green+Blue) = 253+222+125=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDE7D is #022182. Grayscale: #DCDCDC. Windows color (decimal): -139651 or 8249085. OLE color: 8249085.

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

Color convert

RGB253222125-
CMYK00.120.510.01
HSL45.47º96.97%74.12%-
HSV(B)45.47º50.59%99.22%-
XYZ70.3374.6130.1-
YUV220.2174.27151.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.17%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 125 (49.22% from 255) = 20.83%
R=42.17%
G=37%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322212500.120.510.0145.4796.9774.12
HexFDDE7D0C3312d614a
Octal37533617501463155141112
Binary1111110111011110111110101100110011110110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE7D; }

 p { color: rgb(253,222,125); }

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

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

 a { background-color: rgb(253,222,125); }

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

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

 span { border-color: rgb(253,222,125); }

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