Html Css Color HEX #FDD780 Golden Glow

📋 copy color: '#FDD780'

red 253 ◦ green 215 ◦ blue 128

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

Shades of Golden Glow #FDD780

Tints of Golden Glow #FDD780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.07%

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

R = 42.45%
G = 36.07%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD780 (or 0xFDD780) is known color: Golden Glow. HEX triplet: FD, D7 and 80. RGB value is (253,215,128). Sum of RGB (Red+Green+Blue) = 253+215+128=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD780 is #02287F. Grayscale: #D8D8D8. Windows color (decimal): -141440 or 8443901. OLE color: 8443901.

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

Color convert

RGB 253 215 128 -
CMYK 0 0.15 0.49 0.01
HSL 41.76º 0.97% 0.75% -
HSV(B) 41.76º 0.49% 0.99% -
XYZ 68.7 71.04 30.51 -
YUV 216.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 253 215 128 0 0.15 0.49 0.01 41.76 0.97 0.75
Hex FD D7 80 0 F 31 1 2A 61 4B
Octal 375 327 200 0 17 61 1 52 141 113
Binary 11111101 11010111 10000000 0 1111 110001 1 101010 1100001 1001011

Color Harmonies of #FDD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD780

Black with #FDD780

Text Example


Text Example

White with #FDD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD780; }

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

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

background-color css

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

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

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

border-color css

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

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

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