Shades of Cherokee #FDD38A
Tints of Cherokee #FDD38A
RGB
CMYK
RGB Variations
Color information
#FDD38A (or 0xFDD38A) is known color: Cherokee. HEX triplet: FD, D3 and 8A. RGB value is (253,211,138). Sum of RGB (Red+Green+Blue) = 253+211+138=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD38A is #022C75. Grayscale: #D7D7D7. Windows color (decimal): -142454 or 9098237. OLE color: 9098237.
HSL color Cylindrical-coordinate representation of color #FDD38A: hue angle of 38.09º 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 #FDD38A is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 138 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.01 |
| HSL | 38.09º | 0.97% | 0.77% | - |
| HSV(B) | 38.09º | 0.45% | 0.99% | - |
| XYZ | 68.39 | 69.31 | 33.82 | - |
| YUV | 215.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 138 | 0 | 0.17 | 0.45 | 0.01 | 38.09 | 0.97 | 0.77 |
| Hex | FD | D3 | 8A | 0 | 11 | 2D | 1 | 26 | 61 | 4D |
| Octal | 375 | 323 | 212 | 0 | 21 | 55 | 1 | 46 | 141 | 115 |
| Binary | 11111101 | 11010011 | 10001010 | 0 | 10001 | 101101 | 1 | 100110 | 1100001 | 1001101 |
Color Harmonies of #FDD38A
Complementary color
Monochromatic Colors of #FDD38A
Black with #FDD38A
Text Example
Text Example
White with #FDD38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD38A; }
p { color: rgb(253,211,138); }
H1.HeaderClassName
{
color: #FDD38A;
}
.AnyTagClassName
{
color: #FDD38A;
}
</style>
background-color css
<style>
a { background-color: #FDD38A; }
a { background-color: rgb(253,211,138); }
div.DivClassName
{
background-color: #FDD38A;
}
.BgClassName
{
background-color: #FDD38A;
}
</style>
border-color css
<style>
span { border-color: #FDD38A; }
span { border-color: rgb(253,211,138); }
td.TdClassName
{
border-color: #FDD38A;
}
.TagClassName
{
border-color: #FDD38A;
}
</style>