Html Css Color HEX #FDD681 Golden Glow

📋 copy color: '#FDD681'

red 253 ◦ green 214 ◦ blue 129

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

Shades of Golden Glow #FDD681

Tints of Golden Glow #FDD681

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.91%

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

R = 42.45%
G = 35.91%
B = 21.64%

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

#FDD681 (or 0xFDD681) is known color: Golden Glow. HEX triplet: FD, D6 and 81. RGB value is (253,214,129). Sum of RGB (Red+Green+Blue) = 253+214+129=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 129 (50.78% from 255 or 21.64% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD681 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD681 is #02297E. Grayscale: #D8D8D8. Windows color (decimal): -141695 or 8509181. OLE color: 8509181.

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

Color convert

RGB 253 214 129 -
CMYK 0 0.15 0.49 0.01
HSL 41.13º 0.97% 0.75% -
HSV(B) 41.13º 0.49% 0.99% -
XYZ 68.52 70.56 30.78 -
YUV 215.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 253 214 129 0 0.15 0.49 0.01 41.13 0.97 0.75
Hex FD D6 81 0 F 31 1 29 61 4B
Octal 375 326 201 0 17 61 1 51 141 113
Binary 11111101 11010110 10000001 0 1111 110001 1 101001 1100001 1001011

Color Harmonies of #FDD681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD681

Black with #FDD681

Text Example


Text Example

White with #FDD681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD681; }

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

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

background-color css

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

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

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

border-color css

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

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

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