#FFD286

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

Shades of Cherokee #FFD286

Tints of Cherokee #FFD286

Color information

#FFD286 (or 0xFFD286) is unknown color: approx Cherokee. HEX triplet: FF, D2 and 86. RGB value is (255,210,134). Sum of RGB (Red+Green+Blue) = 255+210+134=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 134 (52.73% from 255 or 22.37% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD286 is #002D79. Grayscale: #D7D7D7. Windows color (decimal): -11642 or 8835839. OLE color: 8835839.

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

Color convert

RGB255210134-
CMYK00.180.470
HSL37.69º100%76.27%-
HSV(B)37.69º47.45%100%-
XYZ68.5969.0732.27-
YUV214.7982.41156.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.57%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 134 (52.73% from 255) = 22.37%
R=42.57%
G=35.06%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521013400.180.47037.6910076.27
HexFFD2860122F026644c
Octal37732220602257046144114
Binary111111111101001010000110010010101111010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD286; }

 p { color: rgb(255,210,134); }

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

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

 a { background-color: rgb(255,210,134); }

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

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

 span { border-color: rgb(255,210,134); }

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