Shades of Cherokee #FDCD7F
Tints of Cherokee #FDCD7F
RGB
CMYK
RGB Variations
Color information
#FDCD7F (or 0xFDCD7F) is known color: Cherokee. HEX triplet: FD, CD and 7F. RGB value is (253,205,127). Sum of RGB (Red+Green+Blue) = 253+205+127=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 127 (50% from 255 or 21.71% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCD7F is #023280. Grayscale: #D2D2D2. Windows color (decimal): -144001 or 8375805. OLE color: 8375805.
HSL color Cylindrical-coordinate representation of color #FDCD7F: hue angle of 37.14º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDCD7F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 205 | 127 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.01 |
| HSL | 37.14º | 0.97% | 0.75% | - |
| HSV(B) | 37.14º | 0.5% | 0.99% | - |
| XYZ | 66.17 | 66.08 | 29.35 | - |
| YUV | 210.46 | 80.9 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 205 | 127 | 0 | 0.19 | 0.50 | 0.01 | 37.14 | 0.97 | 0.75 |
| Hex | FD | CD | 7F | 0 | 13 | 32 | 1 | 25 | 61 | 4B |
| Octal | 375 | 315 | 177 | 0 | 23 | 62 | 1 | 45 | 141 | 113 |
| Binary | 11111101 | 11001101 | 1111111 | 0 | 10011 | 110010 | 1 | 100101 | 1100001 | 1001011 |
Color Harmonies of #FDCD7F
Complementary color
Monochromatic Colors of #FDCD7F
Black with #FDCD7F
Text Example
Text Example
White with #FDCD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCD7F; }
p { color: rgb(253,205,127); }
H1.HeaderClassName
{
color: #FDCD7F;
}
.AnyTagClassName
{
color: #FDCD7F;
}
</style>
background-color css
<style>
a { background-color: #FDCD7F; }
a { background-color: rgb(253,205,127); }
div.DivClassName
{
background-color: #FDCD7F;
}
.BgClassName
{
background-color: #FDCD7F;
}
</style>
border-color css
<style>
span { border-color: #FDCD7F; }
span { border-color: rgb(253,205,127); }
td.TdClassName
{
border-color: #FDCD7F;
}
.TagClassName
{
border-color: #FDCD7F;
}
</style>