Shades of Cherokee #FDD083
Tints of Cherokee #FDD083
RGB
CMYK
RGB Variations
Color information
#FDD083 (or 0xFDD083) is known color: Cherokee. HEX triplet: FD, D0 and 83. RGB value is (253,208,131). Sum of RGB (Red+Green+Blue) = 253+208+131=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD083 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD083 is #022F7C. Grayscale: #D5D5D5. Windows color (decimal): -143229 or 8638717. OLE color: 8638717.
HSL color Cylindrical-coordinate representation of color #FDD083: hue angle of 37.87º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDD083 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 131 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.01 |
| HSL | 37.87º | 0.97% | 0.75% | - |
| HSV(B) | 37.87º | 0.48% | 0.99% | - |
| XYZ | 67.16 | 67.63 | 30.99 | - |
| YUV | 212.68 | 81.91 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 131 | 0 | 0.18 | 0.48 | 0.01 | 37.87 | 0.97 | 0.75 |
| Hex | FD | D0 | 83 | 0 | 12 | 30 | 1 | 26 | 61 | 4B |
| Octal | 375 | 320 | 203 | 0 | 22 | 60 | 1 | 46 | 141 | 113 |
| Binary | 11111101 | 11010000 | 10000011 | 0 | 10010 | 110000 | 1 | 100110 | 1100001 | 1001011 |
Color Harmonies of #FDD083
Complementary color
Monochromatic Colors of #FDD083
Black with #FDD083
Text Example
Text Example
White with #FDD083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD083; }
p { color: rgb(253,208,131); }
H1.HeaderClassName
{
color: #FDD083;
}
.AnyTagClassName
{
color: #FDD083;
}
</style>
background-color css
<style>
a { background-color: #FDD083; }
a { background-color: rgb(253,208,131); }
div.DivClassName
{
background-color: #FDD083;
}
.BgClassName
{
background-color: #FDD083;
}
</style>
border-color css
<style>
span { border-color: #FDD083; }
span { border-color: rgb(253,208,131); }
td.TdClassName
{
border-color: #FDD083;
}
.TagClassName
{
border-color: #FDD083;
}
</style>