Shades of Cherokee #FFCF83
Tints of Cherokee #FFCF83
RGB
CMYK
RGB Variations
Color information
#FFCF83 (or 0xFFCF83) is known color: Cherokee. HEX triplet: FF, CF and 83. RGB value is (255,207,131). Sum of RGB (Red+Green+Blue) = 255+207+131=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 131 (51.56% from 255 or 22.09% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF83 is #00307C. Grayscale: #D5D5D5. Windows color (decimal): -12413 or 8638463. OLE color: 8638463.
HSL color Cylindrical-coordinate representation of color #FFCF83: hue angle of 36.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCF83 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 207 | 131 | - |
| CMYK | 0 | 0.19 | 0.49 | 0 |
| HSL | 36.77º | 1% | 0.76% | - |
| HSV(B) | 36.77º | 0.49% | 1% | - |
| XYZ | 67.65 | 67.52 | 30.94 | - |
| YUV | 212.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 207 | 131 | 0 | 0.19 | 0.49 | 0 | 36.77 | 1 | 0.76 |
| Hex | FF | CF | 83 | 0 | 13 | 31 | 0 | 25 | 64 | 4C |
| Octal | 377 | 317 | 203 | 0 | 23 | 61 | 0 | 45 | 144 | 114 |
| Binary | 11111111 | 11001111 | 10000011 | 0 | 10011 | 110001 | 0 | 100101 | 1100100 | 1001100 |
Color Harmonies of #FFCF83
Complementary color
Monochromatic Colors of #FFCF83
Black with #FFCF83
Text Example
Text Example
White with #FFCF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCF83; }
p { color: rgb(255,207,131); }
H1.HeaderClassName
{
color: #FFCF83;
}
.AnyTagClassName
{
color: #FFCF83;
}
</style>
background-color css
<style>
a { background-color: #FFCF83; }
a { background-color: rgb(255,207,131); }
div.DivClassName
{
background-color: #FFCF83;
}
.BgClassName
{
background-color: #FFCF83;
}
</style>
border-color css
<style>
span { border-color: #FFCF83; }
span { border-color: rgb(255,207,131); }
td.TdClassName
{
border-color: #FFCF83;
}
.TagClassName
{
border-color: #FFCF83;
}
</style>