Html Css Color HEX #FDDC81 Golden Glow

📋 copy color: '#FDDC81'

red 253 ◦ green 220 ◦ blue 129

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

Shades of Golden Glow #FDDC81

Tints of Golden Glow #FDDC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.43%

R = 42.03%
G = 36.54%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDDC81 (or 0xFDDC81) is known color: Golden Glow. HEX triplet: FD, DC and 81. RGB value is (253,220,129). Sum of RGB (Red+Green+Blue) = 253+220+129=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDC81 is #02237E. Grayscale: #DBDBDB. Windows color (decimal): -140159 or 8510717. OLE color: 8510717.

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

Color convert

RGB 253 220 129 -
CMYK 0 0.13 0.49 0.01
HSL 44.03º 0.97% 0.75% -
HSV(B) 44.03º 0.49% 0.99% -
XYZ 70.06 73.65 31.29 -
YUV 219.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 253 220 129 0 0.13 0.49 0.01 44.03 0.97 0.75
Hex FD DC 81 0 D 31 1 2C 61 4B
Octal 375 334 201 0 15 61 1 54 141 113
Binary 11111101 11011100 10000001 0 1101 110001 1 101100 1100001 1001011

Color Harmonies of #FDDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC81

Black with #FDDC81

Text Example


Text Example

White with #FDDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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