Html Css Color HEX #FDDD81 Golden Glow

📋 copy color: '#FDDD81'

red 253 ◦ green 221 ◦ blue 129

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

Shades of Golden Glow #FDDD81

Tints of Golden Glow #FDDD81

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

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

R = 41.96%
G = 36.65%
B = 21.39%

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

#FDDD81 (or 0xFDDD81) is known color: Golden Glow. HEX triplet: FD, DD and 81. RGB value is (253,221,129). Sum of RGB (Red+Green+Blue) = 253+221+129=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDD81 is #02227E. Grayscale: #DCDCDC. Windows color (decimal): -139903 or 8510973. OLE color: 8510973.

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

Color convert

RGB 253 221 129 -
CMYK 0 0.13 0.49 0.01
HSL 44.52º 0.97% 0.75% -
HSV(B) 44.52º 0.49% 0.99% -
XYZ 70.33 74.18 31.38 -
YUV 220.08 76.6 151.48 -
System Red Green Blue C M Y K H S L
Decimal 253 221 129 0 0.13 0.49 0.01 44.52 0.97 0.75
Hex FD DD 81 0 D 31 1 2D 61 4B
Octal 375 335 201 0 15 61 1 55 141 113
Binary 11111101 11011101 10000001 0 1101 110001 1 101101 1100001 1001011

Color Harmonies of #FDDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDD81

Black with #FDDD81

Text Example


Text Example

White with #FDDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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