#FFD986

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

Shades of Golden Glow #FFD986

Tints of Golden Glow #FFD986

Color information

#FFD986 (or 0xFFD986) is unknown color: approx Golden Glow. HEX triplet: FF, D9 and 86. RGB value is (255,217,134). Sum of RGB (Red+Green+Blue) = 255+217+134=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD986 is #002679. Grayscale: #DBDBDB. Windows color (decimal): -9850 or 8837631. OLE color: 8837631.

HSL color Cylindrical-coordinate representation of color #FFD986: hue angle of 41.16º 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 #FFD986 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB255217134-
CMYK00.150.470
HSL41.16º100%76.27%-
HSV(B)41.16º47.45%100%-
XYZ70.3672.6132.86-
YUV218.980.09153.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 134 (52.73% from 255) = 22.11%
R=42.08%
G=35.81%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521713400.150.47041.1610076.27
HexFFD9860F2F029644c
Octal37733120601757051144114
Binary11111111110110011000011001111101111010100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD986; }

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

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

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

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

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

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

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

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