#FFD886

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

Shades of Golden Glow #FFD886

Tints of Golden Glow #FFD886

Color information

#FFD886 (or 0xFFD886) is unknown color: approx Golden Glow. HEX triplet: FF, D8 and 86. RGB value is (255,216,134). Sum of RGB (Red+Green+Blue) = 255+216+134=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD886 is #002779. Grayscale: #DADADA. Windows color (decimal): -10106 or 8837375. OLE color: 8837375.

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

Color convert

RGB255216134-
CMYK00.150.470
HSL40.66º100%76.27%-
HSV(B)40.66º47.45%100%-
XYZ70.172.0932.77-
YUV218.3180.42154.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.15%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 134 (52.73% from 255) = 22.15%
R=42.15%
G=35.70%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521613400.150.47040.6610076.27
HexFFD8860F2F029644c
Octal37733020601757051144114
Binary11111111110110001000011001111101111010100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD886; }

 p { color: rgb(255,216,134); }

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

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

 a { background-color: rgb(255,216,134); }

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

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

 span { border-color: rgb(255,216,134); }

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