Shades of Cherokee #FFCB84
Tints of Cherokee #FFCB84
RGB
CMYK
RGB Variations
Color information
#FFCB84 (or 0xFFCB84) is known color: Cherokee. HEX triplet: FF, CB and 84. RGB value is (255,203,132). Sum of RGB (Red+Green+Blue) = 255+203+132=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB84 is #00347B. Grayscale: #D2D2D2. Windows color (decimal): -13436 or 8702975. OLE color: 8702975.
HSL color Cylindrical-coordinate representation of color #FFCB84: hue angle of 34.63º 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 #FFCB84 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 132 | - |
| CMYK | 0 | 0.20 | 0.48 | 0 |
| HSL | 34.63º | 1% | 0.76% | - |
| HSV(B) | 34.63º | 0.48% | 1% | - |
| XYZ | 66.76 | 65.64 | 30.98 | - |
| YUV | 210.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 132 | 0 | 0.20 | 0.48 | 0 | 34.63 | 1 | 0.76 |
| Hex | FF | CB | 84 | 0 | 14 | 30 | 0 | 23 | 64 | 4C |
| Octal | 377 | 313 | 204 | 0 | 24 | 60 | 0 | 43 | 144 | 114 |
| Binary | 11111111 | 11001011 | 10000100 | 0 | 10100 | 110000 | 0 | 100011 | 1100100 | 1001100 |
Color Harmonies of #FFCB84
Complementary color
Monochromatic Colors of #FFCB84
Black with #FFCB84
Text Example
Text Example
White with #FFCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB84; }
p { color: rgb(255,203,132); }
H1.HeaderClassName
{
color: #FFCB84;
}
.AnyTagClassName
{
color: #FFCB84;
}
</style>
background-color css
<style>
a { background-color: #FFCB84; }
a { background-color: rgb(255,203,132); }
div.DivClassName
{
background-color: #FFCB84;
}
.BgClassName
{
background-color: #FFCB84;
}
</style>
border-color css
<style>
span { border-color: #FFCB84; }
span { border-color: rgb(255,203,132); }
td.TdClassName
{
border-color: #FFCB84;
}
.TagClassName
{
border-color: #FFCB84;
}
</style>