#F3D385

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

Shades of Cherokee #F3D385

Tints of Cherokee #F3D385

Color information

#F3D385 (or 0xF3D385) is unknown color: approx Cherokee. HEX triplet: F3, D3 and 85. RGB value is (243,211,133). Sum of RGB (Red+Green+Blue) = 243+211+133=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D385 is #0C2C7A. Grayscale: #D4D4D4. Windows color (decimal): -797819 or 8770547. OLE color: 8770547.

HSL color Cylindrical-coordinate representation of color #F3D385: hue angle of 42.55º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3D385 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB243211133-
CMYK00.130.450.05
HSL42.55º82.09%73.73%-
HSV(B)42.55º45.27%95.29%-
XYZ64.4967.3431.79-
YUV211.6883.6150.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.40%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=41.40%
G=35.95%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321113300.130.450.0542.5582.0973.73
HexF3D3850D2D52b524a
Octal36332320501555553122112
Binary1111001111010011100001010110110110110110101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D385; }

 p { color: rgb(243,211,133); }

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

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

 a { background-color: rgb(243,211,133); }

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

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

 span { border-color: rgb(243,211,133); }

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