Html Css Color HEX #FDD886 Golden Glow

📋 copy color: '#FDD886'

red 253 ◦ green 216 ◦ blue 134

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

Shades of Golden Glow #FDD886

Tints of Golden Glow #FDD886

RGB

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

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

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

R = 41.96%
G = 35.82%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD886 (or 0xFDD886) is known color: Golden Glow. HEX triplet: FD, D8 and 86. RGB value is (253,216,134). Sum of RGB (Red+Green+Blue) = 253+216+134=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 134 (52.73% from 255 or 22.22% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD886 is #022779. Grayscale: #DADADA. Windows color (decimal): -141178 or 8837373. OLE color: 8837373.

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

Color convert

RGB 253 216 134 -
CMYK 0 0.15 0.47 0.01
HSL 41.34º 0.97% 0.76% -
HSV(B) 41.34º 0.47% 0.99% -
XYZ 69.37 71.72 32.74 -
YUV 217.72 80.76 153.17 -
System Red Green Blue C M Y K H S L
Decimal 253 216 134 0 0.15 0.47 0.01 41.34 0.97 0.76
Hex FD D8 86 0 F 2F 1 29 61 4C
Octal 375 330 206 0 17 57 1 51 141 114
Binary 11111101 11011000 10000110 0 1111 101111 1 101001 1100001 1001100

Color Harmonies of #FDD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD886

Black with #FDD886

Text Example


Text Example

White with #FDD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD886; }

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

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

background-color css

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

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

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

border-color css

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

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

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