#FFD185

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

Shades of Cherokee #FFD185

Tints of Cherokee #FFD185

Color information

#FFD185 (or 0xFFD185) is unknown color: approx Cherokee. HEX triplet: FF, D1 and 85. RGB value is (255,209,133). Sum of RGB (Red+Green+Blue) = 255+209+133=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD185 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD185 is #002E7A. Grayscale: #D6D6D6. Windows color (decimal): -11899 or 8770047. OLE color: 8770047.

HSL color Cylindrical-coordinate representation of color #FFD185: hue angle of 37.38º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD185 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255209133-
CMYK00.180.480
HSL37.38º100%76.08%-
HSV(B)37.38º47.84%100%-
XYZ68.2768.5531.82-
YUV214.0982.24157.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 133 (52.34% from 255) = 22.28%
R=42.71%
G=35.01%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520913300.180.48037.3810076.08
HexFFD18501230025644c
Octal37732120502260045144114
Binary111111111101000110000101010010110000010010111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD185; }

 p { color: rgb(255,209,133); }

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

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

 a { background-color: rgb(255,209,133); }

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

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

 span { border-color: rgb(255,209,133); }

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