Html Css Color HEX #FFDF80 Golden Glow

📋 copy color: '#FFDF80'

red 255 ◦ green 223 ◦ blue 128

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

Shades of Golden Glow #FFDF80

Tints of Golden Glow #FFDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

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

R = 42.08%
G = 36.8%
B = 21.12%

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

#FFDF80 (or 0xFFDF80) is known color: Golden Glow. HEX triplet: FF, DF and 80. RGB value is (255,223,128). Sum of RGB (Red+Green+Blue) = 255+223+128=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 128 (50.39% from 255 or 21.12% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFDF80 is #00207F. Grayscale: #DEDEDE. Windows color (decimal): -8320 or 8445951. OLE color: 8445951.

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

Color convert

RGB 255 223 128 -
CMYK 0 0.13 0.50 0
HSL 44.88º 1% 0.75% -
HSV(B) 44.88º 0.5% 1% -
XYZ 71.52 75.59 31.24 -
YUV 221.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 255 223 128 0 0.13 0.50 0 44.88 1 0.75
Hex FF DF 80 0 D 32 0 2D 64 4B
Octal 377 337 200 0 15 62 0 55 144 113
Binary 11111111 11011111 10000000 0 1101 110010 0 101101 1100100 1001011

Color Harmonies of #FFDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDF80

Black with #FFDF80

Text Example


Text Example

White with #FFDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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