Html Css Color HEX #FDD688 Golden Glow

📋 copy color: '#FDD688'

red 253 ◦ green 214 ◦ blue 136

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

Shades of Golden Glow #FDD688

Tints of Golden Glow #FDD688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.55%

R = 41.96%
G = 35.49%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDD688 (or 0xFDD688) is known color: Golden Glow. HEX triplet: FD, D6 and 88. RGB value is (253,214,136). Sum of RGB (Red+Green+Blue) = 253+214+136=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 136 (53.52% from 255 or 22.55% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD688 is #022977. Grayscale: #D9D9D9. Windows color (decimal): -141688 or 8967933. OLE color: 8967933.

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

Color convert

RGB 253 214 136 -
CMYK 0 0.15 0.46 0.01
HSL 40º 0.97% 0.76% -
HSV(B) 40º 0.46% 0.99% -
XYZ 69 70.75 33.31 -
YUV 216.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 253 214 136 0 0.15 0.46 0.01 40 0.97 0.76
Hex FD D6 88 0 F 2E 1 28 61 4C
Octal 375 326 210 0 17 56 1 50 141 114
Binary 11111101 11010110 10001000 0 1111 101110 1 101000 1100001 1001100

Color Harmonies of #FDD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD688

Black with #FDD688

Text Example


Text Example

White with #FDD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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