#FFDE7D

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

Shades of Golden Glow #FFDE7D

Tints of Golden Glow #FFDE7D

Color information

#FFDE7D (or 0xFFDE7D) is unknown color: approx Golden Glow. HEX triplet: FF, DE and 7D. RGB value is (255,222,125). Sum of RGB (Red+Green+Blue) = 255+222+125=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFDE7D is #002182. Grayscale: #DDDDDD. Windows color (decimal): -8579 or 8249087. OLE color: 8249087.

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

Color convert

RGB255222125-
CMYK00.130.510
HSL44.77º100%74.51%-
HSV(B)44.77º50.98%100%-
XYZ71.0674.9830.13-
YUV220.8173.93152.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 222 (87.11% from 255) = 36.88%
BLUE value IS 125 (49.22% from 255) = 20.76%
R=42.36%
G=36.88%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522212500.130.51044.7710074.51
HexFFDE7D0D3302d644b
Octal37733617501563055144113
Binary1111111111011110111110101101110011010110111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE7D; }

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

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

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

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

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

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

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

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