Html Css Color HEX #FDDC84 Golden Glow

📋 copy color: '#FDDC84'

red 253 ◦ green 220 ◦ blue 132

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

Shades of Golden Glow #FDDC84

Tints of Golden Glow #FDDC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.82%

R = 41.82%
G = 36.36%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDDC84 (or 0xFDDC84) is known color: Golden Glow. HEX triplet: FD, DC and 84. RGB value is (253,220,132). Sum of RGB (Red+Green+Blue) = 253+220+132=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC84 is #02237B. Grayscale: #DCDCDC. Windows color (decimal): -140156 or 8707325. OLE color: 8707325.

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

Color convert

RGB 253 220 132 -
CMYK 0 0.13 0.48 0.01
HSL 43.64º 0.97% 0.75% -
HSV(B) 43.64º 0.48% 0.99% -
XYZ 70.27 73.73 32.36 -
YUV 219.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 253 220 132 0 0.13 0.48 0.01 43.64 0.97 0.75
Hex FD DC 84 0 D 30 1 2C 61 4B
Octal 375 334 204 0 15 60 1 54 141 113
Binary 11111101 11011100 10000100 0 1101 110000 1 101100 1100001 1001011

Color Harmonies of #FDDC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC84

Black with #FDDC84

Text Example


Text Example

White with #FDDC84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC84; }

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

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

background-color css

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

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

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

border-color css

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

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

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