Html Css Color HEX #FDD881 Golden Glow

📋 copy color: '#FDD881'

red 253 ◦ green 216 ◦ blue 129

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

Shades of Golden Glow #FDD881

Tints of Golden Glow #FDD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

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

R = 42.31%
G = 36.12%
B = 21.57%

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

#FDD881 (or 0xFDD881) is known color: Golden Glow. HEX triplet: FD, D8 and 81. RGB value is (253,216,129). Sum of RGB (Red+Green+Blue) = 253+216+129=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 129 (50.78% from 255 or 21.57% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD881 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD881 is #02277E. Grayscale: #D9D9D9. Windows color (decimal): -141183 or 8509693. OLE color: 8509693.

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

Color convert

RGB 253 216 129 -
CMYK 0 0.15 0.49 0.01
HSL 42.1º 0.97% 0.75% -
HSV(B) 42.1º 0.49% 0.99% -
XYZ 69.03 71.58 30.95 -
YUV 217.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 253 216 129 0 0.15 0.49 0.01 42.1 0.97 0.75
Hex FD D8 81 0 F 31 1 2A 61 4B
Octal 375 330 201 0 17 61 1 52 141 113
Binary 11111101 11011000 10000001 0 1111 110001 1 101010 1100001 1001011

Color Harmonies of #FDD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD881

Black with #FDD881

Text Example


Text Example

White with #FDD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD881; }

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

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

background-color css

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

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

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

border-color css

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

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

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