Html Css Color HEX #FDDB88 Golden Glow

📋 copy color: '#FDDB88'

red 253 ◦ green 219 ◦ blue 136

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

Shades of Golden Glow #FDDB88

Tints of Golden Glow #FDDB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.37%

R = 41.61%
G = 36.02%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDDB88 (or 0xFDDB88) is known color: Golden Glow. HEX triplet: FD, DB and 88. RGB value is (253,219,136). Sum of RGB (Red+Green+Blue) = 253+219+136=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB88 is #022477. Grayscale: #DCDCDC. Windows color (decimal): -140408 or 8969213. OLE color: 8969213.

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

Color convert

RGB 253 219 136 -
CMYK 0 0.13 0.46 0.01
HSL 42.56º 0.97% 0.76% -
HSV(B) 42.56º 0.46% 0.99% -
XYZ 70.28 73.32 33.74 -
YUV 219.7 80.76 151.75 -
System Red Green Blue C M Y K H S L
Decimal 253 219 136 0 0.13 0.46 0.01 42.56 0.97 0.76
Hex FD DB 88 0 D 2E 1 2B 61 4C
Octal 375 333 210 0 15 56 1 53 141 114
Binary 11111101 11011011 10001000 0 1101 101110 1 101011 1100001 1001100

Color Harmonies of #FDDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB88

Black with #FDDB88

Text Example


Text Example

White with #FDDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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