#FDE9A0

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

Shades of Drover #FDE9A0

Tints of Drover #FDE9A0

Color information

#FDE9A0 (or 0xFDE9A0) is unknown color: approx Drover. HEX triplet: FD, E9 and A0. RGB value is (253,233,160). Sum of RGB (Red+Green+Blue) = 253+233+160=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 160 (62.89% from 255 or 24.77% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE9A0 is #02165F. Grayscale: #E6E6E6. Windows color (decimal): -136800 or 10545661. OLE color: 10545661.

HSL color Cylindrical-coordinate representation of color #FDE9A0: hue angle of 47.1º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDE9A0 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB253233160-
CMYK00.080.370.01
HSL47.1º95.88%80.98%-
HSV(B)47.1º36.76%99.22%-
XYZ75.9981.745.02-
YUV230.6688.13143.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.16%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 160 (62.89% from 255) = 24.77%
R=39.16%
G=36.07%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323316000.080.370.0147.195.8880.98
HexFDE9A0082512f6051
Octal37535124001045157140121
Binary11111101111010011010000001000100101110111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE9A0; }

 p { color: rgb(253,233,160); }

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

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

 a { background-color: rgb(253,233,160); }

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

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

 span { border-color: rgb(253,233,160); }

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