Html Css Color HEX #FDDC88 Golden Glow

📋 copy color: '#FDDC88'

red 253 ◦ green 220 ◦ blue 136

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

Shades of Golden Glow #FDDC88

Tints of Golden Glow #FDDC88

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.12%

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

R = 41.54%
G = 36.12%
B = 22.33%

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

#FDDC88 (or 0xFDDC88) is known color: Golden Glow. HEX triplet: FD, DC and 88. RGB value is (253,220,136). Sum of RGB (Red+Green+Blue) = 253+220+136=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC88 is #022377. Grayscale: #DCDCDC. Windows color (decimal): -140152 or 8969469. OLE color: 8969469.

HSL color Cylindrical-coordinate representation of color #FDDC88: hue angle of 43.08º 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 #FDDC88 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 136 -
CMYK 0 0.13 0.46 0.01
HSL 43.08º 0.97% 0.76% -
HSV(B) 43.08º 0.46% 0.99% -
XYZ 70.55 73.85 33.83 -
YUV 220.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 253 220 136 0 0.13 0.46 0.01 43.08 0.97 0.76
Hex FD DC 88 0 D 2E 1 2B 61 4C
Octal 375 334 210 0 15 56 1 53 141 114
Binary 11111101 11011100 10001000 0 1101 101110 1 101011 1100001 1001100

Color Harmonies of #FDDC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC88

Black with #FDDC88

Text Example


Text Example

White with #FDDC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC88; }

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

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

background-color css

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

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

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

border-color css

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

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

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