Shades of Cherokee #FDCD85
Tints of Cherokee #FDCD85
RGB
CMYK
RGB Variations
Color information
#FDCD85 (or 0xFDCD85) is known color: Cherokee. HEX triplet: FD, CD and 85. RGB value is (253,205,133). Sum of RGB (Red+Green+Blue) = 253+205+133=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD85 is #02327A. Grayscale: #D3D3D3. Windows color (decimal): -143995 or 8769021. OLE color: 8769021.
HSL color Cylindrical-coordinate representation of color #FDCD85: hue angle of 36º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDCD85 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 133 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.01 |
| HSL | 36º | 0.97% | 0.76% | - |
| HSV(B) | 36º | 0.47% | 0.99% | - |
| XYZ | 66.57 | 66.24 | 31.47 | - |
| YUV | 211.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 133 | 0 | 0.19 | 0.47 | 0.01 | 36 | 0.97 | 0.76 |
| Hex | FD | CD | 85 | 0 | 13 | 2F | 1 | 24 | 61 | 4C |
| Octal | 375 | 315 | 205 | 0 | 23 | 57 | 1 | 44 | 141 | 114 |
| Binary | 11111101 | 11001101 | 10000101 | 0 | 10011 | 101111 | 1 | 100100 | 1100001 | 1001100 |
Color Harmonies of #FDCD85
Complementary color
Monochromatic Colors of #FDCD85
Black with #FDCD85
Text Example
Text Example
White with #FDCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD85; }
p { color: rgb(253,205,133); }
H1.HeaderClassName
{
color: #FDCD85;
}
.AnyTagClassName
{
color: #FDCD85;
}
</style>
background-color css
<style>
a { background-color: #FDCD85; }
a { background-color: rgb(253,205,133); }
div.DivClassName
{
background-color: #FDCD85;
}
.BgClassName
{
background-color: #FDCD85;
}
</style>
border-color css
<style>
span { border-color: #FDCD85; }
span { border-color: rgb(253,205,133); }
td.TdClassName
{
border-color: #FDCD85;
}
.TagClassName
{
border-color: #FDCD85;
}
</style>