Shades of Cherokee #FDCD8C
Tints of Cherokee #FDCD8C
RGB
CMYK
RGB Variations
Color information
#FDCD8C (or 0xFDCD8C) is known color: Cherokee. HEX triplet: FD, CD and 8C. RGB value is (253,205,140). Sum of RGB (Red+Green+Blue) = 253+205+140=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 140 (55.08% from 255 or 23.41% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCD8C is #023273. Grayscale: #D4D4D4. Windows color (decimal): -143988 or 9227773. OLE color: 9227773.
HSL color Cylindrical-coordinate representation of color #FDCD8C: hue angle of 34.51º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDCD8C is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 140 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.01 |
| HSL | 34.51º | 0.97% | 0.77% | - |
| HSV(B) | 34.51º | 0.45% | 0.99% | - |
| XYZ | 67.07 | 66.44 | 34.1 | - |
| YUV | 211.94 | 87.4 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 140 | 0 | 0.19 | 0.45 | 0.01 | 34.51 | 0.97 | 0.77 |
| Hex | FD | CD | 8C | 0 | 13 | 2D | 1 | 23 | 61 | 4D |
| Octal | 375 | 315 | 214 | 0 | 23 | 55 | 1 | 43 | 141 | 115 |
| Binary | 11111101 | 11001101 | 10001100 | 0 | 10011 | 101101 | 1 | 100011 | 1100001 | 1001101 |
Color Harmonies of #FDCD8C
Complementary color
Monochromatic Colors of #FDCD8C
Black with #FDCD8C
Text Example
Text Example
White with #FDCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD8C; }
p { color: rgb(253,205,140); }
H1.HeaderClassName
{
color: #FDCD8C;
}
.AnyTagClassName
{
color: #FDCD8C;
}
</style>
background-color css
<style>
a { background-color: #FDCD8C; }
a { background-color: rgb(253,205,140); }
div.DivClassName
{
background-color: #FDCD8C;
}
.BgClassName
{
background-color: #FDCD8C;
}
</style>
border-color css
<style>
span { border-color: #FDCD8C; }
span { border-color: rgb(253,205,140); }
td.TdClassName
{
border-color: #FDCD8C;
}
.TagClassName
{
border-color: #FDCD8C;
}
</style>