#FFDE85

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

Shades of Golden Glow #FFDE85

Tints of Golden Glow #FFDE85

Color information

#FFDE85 (or 0xFFDE85) is unknown color: approx Golden Glow. HEX triplet: FF, DE and 85. RGB value is (255,222,133). Sum of RGB (Red+Green+Blue) = 255+222+133=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 133 (52.34% from 255 or 21.80% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDE85 is #00217A. Grayscale: #DEDEDE. Windows color (decimal): -8571 or 8773375. OLE color: 8773375.

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

Color convert

RGB255222133-
CMYK00.130.480
HSL43.77º100%76.08%-
HSV(B)43.77º47.84%100%-
XYZ71.5975.232.93-
YUV221.7277.93151.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.80%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 133 (52.34% from 255) = 21.80%
R=41.80%
G=36.39%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522213300.130.48043.7710076.08
HexFFDE850D3002c644c
Octal37733620501560054144114
Binary11111111110111101000010101101110000010110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDE85; }

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

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

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

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

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

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

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

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