Html Css Color HEX #FFD986 Golden Glow

📋 copy color: '#FFD986'

red 255 ◦ green 217 ◦ blue 134

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

Shades of Golden Glow #FFD986

Tints of Golden Glow #FFD986

RGB

 RED value IS 255 (100% from 255) = 42.08%

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

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

R = 42.08%
G = 35.81%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FFD986 (or 0xFFD986) is known color: Golden Glow. HEX triplet: FF, D9 and 86. RGB value is (255,217,134). Sum of RGB (Red+Green+Blue) = 255+217+134=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD986 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD986 is #002679. Grayscale: #DBDBDB. Windows color (decimal): -9850 or 8837631. OLE color: 8837631.

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

Color convert

RGB 255 217 134 -
CMYK 0 0.15 0.47 0
HSL 41.16º 1% 0.76% -
HSV(B) 41.16º 0.47% 1% -
XYZ 70.36 72.61 32.86 -
YUV 218.9 80.09 153.75 -
System Red Green Blue C M Y K H S L
Decimal 255 217 134 0 0.15 0.47 0 41.16 1 0.76
Hex FF D9 86 0 F 2F 0 29 64 4C
Octal 377 331 206 0 17 57 0 51 144 114
Binary 11111111 11011001 10000110 0 1111 101111 0 101001 1100100 1001100

Color Harmonies of #FFD986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD986

Black with #FFD986

Text Example


Text Example

White with #FFD986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD986; }

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

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

background-color css

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

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

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

border-color css

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

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

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