#FDD98C

Color #FDD98C Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #FDD98C

Tints of Golden Glow #FDD98C

Color information

#FDD98C (or 0xFDD98C) is unknown color: approx Golden Glow. HEX triplet: FD, D9 and 8C. RGB value is (253,217,140). Sum of RGB (Red+Green+Blue) = 253+217+140=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98C is #022673. Grayscale: #DBDBDB. Windows color (decimal): -140916 or 9230845. OLE color: 9230845.

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

Color convert

RGB253217140-
CMYK00.140.450.01
HSL40.88º96.58%77.06%-
HSV(B)40.88º44.66%99.22%-
XYZ70.0572.435.09-
YUV218.9983.43152.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.48%
GREEN value IS 217 (85.16% from 255) = 35.57%
BLUE value IS 140 (55.08% from 255) = 22.95%
R=41.48%
G=35.57%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321714000.140.450.0140.8896.5877.06
HexFDD98C0E2D129614d
Octal37533121401655151141115
Binary11111101110110011000110001110101101110100111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD98C; }

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

 H1.HeaderClassName
 {
   color: #FDD98C;
 }
 .AnyTagClassName
 {
   color: #FDD98C;
 }
</style>
background-color css

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

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

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

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

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

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