Html Css Color HEX #FDD986 Golden Glow

📋 copy color: '#FDD986'

red 253 ◦ green 217 ◦ blue 134

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

Shades of Golden Glow #FDD986

Tints of Golden Glow #FDD986

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.93%

 BLUE value IS 134 (52.73% from 255) = 22.19%

R = 41.89%
G = 35.93%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD986 (or 0xFDD986) is known color: Golden Glow. HEX triplet: FD, D9 and 86. RGB value is (253,217,134). Sum of RGB (Red+Green+Blue) = 253+217+134=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD986 is #022679. Grayscale: #DADADA. Windows color (decimal): -140922 or 8837629. OLE color: 8837629.

HSL color Cylindrical-coordinate representation of color #FDD986: hue angle of 41.85º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDD986 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 134 -
CMYK 0 0.14 0.47 0.01
HSL 41.85º 0.97% 0.76% -
HSV(B) 41.85º 0.47% 0.99% -
XYZ 69.62 72.23 32.83 -
YUV 218.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 253 217 134 0 0.14 0.47 0.01 41.85 0.97 0.76
Hex FD D9 86 0 E 2F 1 2A 61 4C
Octal 375 331 206 0 16 57 1 52 141 114
Binary 11111101 11011001 10000110 0 1110 101111 1 101010 1100001 1001100

Color Harmonies of #FDD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD986

Black with #FDD986

Text Example


Text Example

White with #FDD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD986; }

 p { color: rgb(253,217,134); }

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

background-color css

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

 a { background-color: rgb(253,217,134); }

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

border-color css

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

 span { border-color: rgb(253,217,134); }

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