#FBDD7C

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

Shades of Golden Glow #FBDD7C

Tints of Golden Glow #FBDD7C

Color information

#FBDD7C (or 0xFBDD7C) is unknown color: approx Golden Glow. HEX triplet: FB, DD and 7C. RGB value is (251,221,124). Sum of RGB (Red+Green+Blue) = 251+221+124=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 124 (48.83% from 255 or 20.81% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDD7C is #042283. Grayscale: #DBDBDB. Windows color (decimal): -270980 or 8183291. OLE color: 8183291.

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

Color convert

RGB251221124-
CMYK00.120.510.02
HSL45.83º94.07%73.53%-
HSV(B)45.83º50.6%98.43%-
XYZ69.2873.6829.64-
YUV218.9174.44150.89-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.11%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 124 (48.83% from 255) = 20.81%
R=42.11%
G=37.08%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122112400.120.510.0245.8394.0773.53
HexFBDD7C0C3322e5e4a
Octal37333517401463256136112
Binary11111011110111011111100011001100111010111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDD7C; }

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

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

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

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

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

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

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

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