Html Css Color HEX #FDDD80 Golden Glow

📋 copy color: '#FDDD80'

red 253 ◦ green 221 ◦ blue 128

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

Shades of Golden Glow #FDDD80

Tints of Golden Glow #FDDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.71%

 BLUE value IS 128 (50.39% from 255) = 21.26%

R = 42.03%
G = 36.71%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDDD80 (or 0xFDDD80) is known color: Golden Glow. HEX triplet: FD, DD and 80. RGB value is (253,221,128). Sum of RGB (Red+Green+Blue) = 253+221+128=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD80 is #02227F. Grayscale: #DCDCDC. Windows color (decimal): -139904 or 8445437. OLE color: 8445437.

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

Color convert

RGB 253 221 128 -
CMYK 0 0.13 0.49 0.01
HSL 44.64º 0.97% 0.75% -
HSV(B) 44.64º 0.49% 0.99% -
XYZ 70.26 74.15 31.03 -
YUV 219.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 253 221 128 0 0.13 0.49 0.01 44.64 0.97 0.75
Hex FD DD 80 0 D 31 1 2D 61 4B
Octal 375 335 200 0 15 61 1 55 141 113
Binary 11111101 11011101 10000000 0 1101 110001 1 101101 1100001 1001011

Color Harmonies of #FDDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD80

Black with #FDDD80

Text Example


Text Example

White with #FDDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD80; }

 p { color: rgb(253,221,128); }

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

background-color css

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

 a { background-color: rgb(253,221,128); }

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

border-color css

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

 span { border-color: rgb(253,221,128); }

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