Html Css Color HEX #FBDB7D Golden Glow

📋 copy color: '#FBDB7D'

red 251 ◦ green 219 ◦ blue 125

#FBDB7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FBDB7D

Tints of Golden Glow #FBDB7D

RGB

 RED value IS 251 (98.44% from 255) = 42.18%

 GREEN value IS 219 (85.94% from 255) = 36.81%

 BLUE value IS 125 (49.22% from 255) = 21.01%

R = 42.18%
G = 36.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBDB7D (or 0xFBDB7D) is known color: Golden Glow. HEX triplet: FB, DB and 7D. RGB value is (251,219,125). Sum of RGB (Red+Green+Blue) = 251+219+125=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBDB7D is #042482. Grayscale: #DADADA. Windows color (decimal): -271491 or 8248315. OLE color: 8248315.

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

Color convert

RGB 251 219 125 -
CMYK 0 0.13 0.50 0.02
HSL 44.76º 0.94% 0.74% -
HSV(B) 44.76º 0.5% 0.98% -
XYZ 68.82 72.65 29.8 -
YUV 217.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 251 219 125 0 0.13 0.50 0.02 44.76 0.94 0.74
Hex FB DB 7D 0 D 32 2 2D 5E 4A
Octal 373 333 175 0 15 62 2 55 136 112
Binary 11111011 11011011 1111101 0 1101 110010 10 101101 1011110 1001010

Color Harmonies of #FBDB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB7D

Black with #FBDB7D

Text Example


Text Example

White with #FBDB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB7D; }

 p { color: rgb(251,219,125); }

 H1.HeaderClassName
 {
   color: #FBDB7D;
 }
 .AnyTagClassName
 {
   color: #FBDB7D;
 }
</style>

background-color css

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

 a { background-color: rgb(251,219,125); }

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

border-color css

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

 span { border-color: rgb(251,219,125); }

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