Html Css Color HEX #FFDD80 Golden Glow

📋 copy color: '#FFDD80'

red 255 ◦ green 221 ◦ blue 128

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

Shades of Golden Glow #FFDD80

Tints of Golden Glow #FFDD80

RGB

 RED value IS 255 (100% from 255) = 42.22%

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

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

R = 42.22%
G = 36.59%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FFDD80 (or 0xFFDD80) is known color: Golden Glow. HEX triplet: FF, DD and 80. RGB value is (255,221,128). Sum of RGB (Red+Green+Blue) = 255+221+128=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 128 (50.39% from 255 or 21.19% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDD80 is #00227F. Grayscale: #DCDCDC. Windows color (decimal): -8832 or 8445439. OLE color: 8445439.

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

Color convert

RGB 255 221 128 -
CMYK 0 0.13 0.50 0
HSL 43.94º 1% 0.75% -
HSV(B) 43.94º 0.5% 1% -
XYZ 70.99 74.53 31.07 -
YUV 220.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 255 221 128 0 0.13 0.50 0 43.94 1 0.75
Hex FF DD 80 0 D 32 0 2C 64 4B
Octal 377 335 200 0 15 62 0 54 144 113
Binary 11111111 11011101 10000000 0 1101 110010 0 101100 1100100 1001011

Color Harmonies of #FFDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDD80

Black with #FFDD80

Text Example


Text Example

White with #FFDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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