#FFDE83

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

Shades of Golden Glow #FFDE83

Tints of Golden Glow #FFDE83

Color information

#FFDE83 (or 0xFFDE83) is unknown color: approx Golden Glow. HEX triplet: FF, DE and 83. RGB value is (255,222,131). Sum of RGB (Red+Green+Blue) = 255+222+131=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 131 (51.56% from 255 or 21.55% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE83 is #00217C. Grayscale: #DDDDDD. Windows color (decimal): -8573 or 8642303. OLE color: 8642303.

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

Color convert

RGB255222131-
CMYK00.130.490
HSL44.03º100%75.69%-
HSV(B)44.03º48.63%100%-
XYZ71.4675.1432.21-
YUV221.4976.93151.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 131 (51.56% from 255) = 21.55%
R=41.94%
G=36.51%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522213100.130.49044.0310075.69
HexFFDE830D3102c644c
Octal37733620301561054144114
Binary11111111110111101000001101101110001010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE83; }

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

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

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

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

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

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

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

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