#FBDD88

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

Shades of Golden Glow #FBDD88

Tints of Golden Glow #FBDD88

Color information

#FBDD88 (or 0xFBDD88) is unknown color: approx Golden Glow. HEX triplet: FB, DD and 88. RGB value is (251,221,136). Sum of RGB (Red+Green+Blue) = 251+221+136=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD88 is #042277. Grayscale: #DCDCDC. Windows color (decimal): -270968 or 8969723. OLE color: 8969723.

HSL color Cylindrical-coordinate representation of color #FBDD88: hue angle of 44.35º degrees, saturation: 0.93, 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 #FBDD88 is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB251221136-
CMYK00.120.460.02
HSL44.35º93.5%75.88%-
HSV(B)44.35º45.82%98.43%-
XYZ70.087433.88-
YUV220.2880.44149.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.28%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 136 (53.52% from 255) = 22.37%
R=41.28%
G=36.35%
B=22.37%

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
Decimal25122113600.120.460.0244.3593.575.88
HexFBDD880C2E22c5d4c
Octal37333521001456254135114
Binary111110111101110110001000011001011101010110010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD88; }

 p { color: rgb(251,221,136); }

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

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

 a { background-color: rgb(251,221,136); }

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

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

 span { border-color: rgb(251,221,136); }

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