Html Css Color HEX #FDDB8B Golden Glow

📋 copy color: '#FDDB8B'

red 253 ◦ green 219 ◦ blue 139

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

Shades of Golden Glow #FDDB8B

Tints of Golden Glow #FDDB8B

RGB

 RED value IS 253 (99.22% from 255) = 41.41%

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

 BLUE value IS 139 (54.69% from 255) = 22.75%

R = 41.41%
G = 35.84%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDDB8B (or 0xFDDB8B) is known color: Golden Glow. HEX triplet: FD, DB and 8B. RGB value is (253,219,139). Sum of RGB (Red+Green+Blue) = 253+219+139=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 139 (54.69% from 255 or 22.75% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB8B is #022474. Grayscale: #DCDCDC. Windows color (decimal): -140405 or 9165821. OLE color: 9165821.

HSL color Cylindrical-coordinate representation of color #FDDB8B: hue angle of 42.11º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDDB8B is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 219 139 -
CMYK 0 0.13 0.45 0.01
HSL 42.11º 0.97% 0.77% -
HSV(B) 42.11º 0.45% 0.99% -
XYZ 70.5 73.41 34.88 -
YUV 220.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 253 219 139 0 0.13 0.45 0.01 42.11 0.97 0.77
Hex FD DB 8B 0 D 2D 1 2A 61 4D
Octal 375 333 213 0 15 55 1 52 141 115
Binary 11111101 11011011 10001011 0 1101 101101 1 101010 1100001 1001101

Color Harmonies of #FDDB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB8B

Black with #FDDB8B

Text Example


Text Example

White with #FDDB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB8B; }

 p { color: rgb(253,219,139); }

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

background-color css

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

 a { background-color: rgb(253,219,139); }

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

border-color css

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

 span { border-color: rgb(253,219,139); }

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