#FBDC87

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

Shades of Golden Glow #FBDC87

Tints of Golden Glow #FBDC87

Color information

#FBDC87 (or 0xFBDC87) is unknown color: approx Golden Glow. HEX triplet: FB, DC and 87. RGB value is (251,220,135). Sum of RGB (Red+Green+Blue) = 251+220+135=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 135 (53.12% from 255 or 22.28% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC87 is #042378. Grayscale: #DBDBDB. Windows color (decimal): -271225 or 8903931. OLE color: 8903931.

HSL color Cylindrical-coordinate representation of color #FBDC87: hue angle of 43.97º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBDC87 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251220135-
CMYK00.120.460.02
HSL43.97º93.55%75.69%-
HSV(B)43.97º46.22%98.43%-
XYZ69.7573.4433.42-
YUV219.5880.27150.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.42%
GREEN value IS 220 (86.33% from 255) = 36.30%
BLUE value IS 135 (53.12% from 255) = 22.28%
R=41.42%
G=36.30%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122013500.120.460.0243.9793.5575.69
HexFBDC870C2E22c5e4c
Octal37333420701456254136114
Binary111110111101110010000111011001011101010110010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDC87; }

 p { color: rgb(251,220,135); }

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

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

 a { background-color: rgb(251,220,135); }

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

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

 span { border-color: rgb(251,220,135); }

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