Html Css Color HEX #FDD484 Golden Glow

📋 copy color: '#FDD484'

red 253 ◦ green 212 ◦ blue 132

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

Shades of Golden Glow #FDD484

Tints of Golden Glow #FDD484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.51%

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

R = 42.38%
G = 35.51%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDD484 (or 0xFDD484) is known color: Golden Glow. HEX triplet: FD, D4 and 84. RGB value is (253,212,132). Sum of RGB (Red+Green+Blue) = 253+212+132=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD484 is #022B7B. Grayscale: #D7D7D7. Windows color (decimal): -142204 or 8705277. OLE color: 8705277.

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

Color convert

RGB 253 212 132 -
CMYK 0 0.16 0.48 0.01
HSL 39.67º 0.97% 0.75% -
HSV(B) 39.67º 0.48% 0.99% -
XYZ 68.22 69.64 31.68 -
YUV 215.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 253 212 132 0 0.16 0.48 0.01 39.67 0.97 0.75
Hex FD D4 84 0 10 30 1 28 61 4B
Octal 375 324 204 0 20 60 1 50 141 113
Binary 11111101 11010100 10000100 0 10000 110000 1 101000 1100001 1001011

Color Harmonies of #FDD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD484

Black with #FDD484

Text Example


Text Example

White with #FDD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD484; }

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

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

background-color css

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

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

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

border-color css

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

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

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