Shades of Cherokee #FDD388
Tints of Cherokee #FDD388
RGB
CMYK
RGB Variations
Color information
#FDD388 (or 0xFDD388) is known color: Cherokee. HEX triplet: FD, D3 and 88. RGB value is (253,211,136). Sum of RGB (Red+Green+Blue) = 253+211+136=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 136 (53.52% from 255 or 22.67% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD388 is #022C77. Grayscale: #D7D7D7. Windows color (decimal): -142456 or 8967165. OLE color: 8967165.
HSL color Cylindrical-coordinate representation of color #FDD388: hue angle of 38.46º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDD388 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 136 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.01 |
| HSL | 38.46º | 0.97% | 0.76% | - |
| HSV(B) | 38.46º | 0.46% | 0.99% | - |
| XYZ | 68.25 | 69.25 | 33.06 | - |
| YUV | 215.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 136 | 0 | 0.17 | 0.46 | 0.01 | 38.46 | 0.97 | 0.76 |
| Hex | FD | D3 | 88 | 0 | 11 | 2E | 1 | 26 | 61 | 4C |
| Octal | 375 | 323 | 210 | 0 | 21 | 56 | 1 | 46 | 141 | 114 |
| Binary | 11111101 | 11010011 | 10001000 | 0 | 10001 | 101110 | 1 | 100110 | 1100001 | 1001100 |
Color Harmonies of #FDD388
Complementary color
Monochromatic Colors of #FDD388
Black with #FDD388
Text Example
Text Example
White with #FDD388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD388; }
p { color: rgb(253,211,136); }
H1.HeaderClassName
{
color: #FDD388;
}
.AnyTagClassName
{
color: #FDD388;
}
</style>
background-color css
<style>
a { background-color: #FDD388; }
a { background-color: rgb(253,211,136); }
div.DivClassName
{
background-color: #FDD388;
}
.BgClassName
{
background-color: #FDD388;
}
</style>
border-color css
<style>
span { border-color: #FDD388; }
span { border-color: rgb(253,211,136); }
td.TdClassName
{
border-color: #FDD388;
}
.TagClassName
{
border-color: #FDD388;
}
</style>