Html Css Color HEX #FDD988 Golden Glow

📋 copy color: '#FDD988'

red 253 ◦ green 217 ◦ blue 136

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

Shades of Golden Glow #FDD988

Tints of Golden Glow #FDD988

RGB

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

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

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

R = 41.75%
G = 35.81%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDD988 (or 0xFDD988) is known color: Golden Glow. HEX triplet: FD, D9 and 88. RGB value is (253,217,136). Sum of RGB (Red+Green+Blue) = 253+217+136=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD988 is #022677. Grayscale: #DADADA. Windows color (decimal): -140920 or 8968701. OLE color: 8968701.

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

Color convert

RGB 253 217 136 -
CMYK 0 0.14 0.46 0.01
HSL 41.54º 0.97% 0.76% -
HSV(B) 41.54º 0.46% 0.99% -
XYZ 69.76 72.29 33.57 -
YUV 218.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 253 217 136 0 0.14 0.46 0.01 41.54 0.97 0.76
Hex FD D9 88 0 E 2E 1 2A 61 4C
Octal 375 331 210 0 16 56 1 52 141 114
Binary 11111101 11011001 10001000 0 1110 101110 1 101010 1100001 1001100

Color Harmonies of #FDD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD988

Black with #FDD988

Text Example


Text Example

White with #FDD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD988; }

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

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

background-color css

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

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

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

border-color css

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

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

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