Shades of Cherokee #FFCD82
Tints of Cherokee #FFCD82
RGB
CMYK
RGB Variations
Color information
#FFCD82 (or 0xFFCD82) is known color: Cherokee. HEX triplet: FF, CD and 82. RGB value is (255,205,130). Sum of RGB (Red+Green+Blue) = 255+205+130=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCD82 is #00327D. Grayscale: #D3D3D3. Windows color (decimal): -12926 or 8572415. OLE color: 8572415.
HSL color Cylindrical-coordinate representation of color #FFCD82: hue angle of 36º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFCD82 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 130 | - |
| CMYK | 0 | 0.20 | 0.49 | 0 |
| HSL | 36º | 1% | 0.75% | - |
| HSV(B) | 36º | 0.49% | 1% | - |
| XYZ | 67.1 | 66.53 | 30.42 | - |
| YUV | 211.4 | 82.07 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 130 | 0 | 0.20 | 0.49 | 0 | 36 | 1 | 0.75 |
| Hex | FF | CD | 82 | 0 | 14 | 31 | 0 | 24 | 64 | 4B |
| Octal | 377 | 315 | 202 | 0 | 24 | 61 | 0 | 44 | 144 | 113 |
| Binary | 11111111 | 11001101 | 10000010 | 0 | 10100 | 110001 | 0 | 100100 | 1100100 | 1001011 |
Color Harmonies of #FFCD82
Complementary color
Monochromatic Colors of #FFCD82
Black with #FFCD82
Text Example
Text Example
White with #FFCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD82; }
p { color: rgb(255,205,130); }
H1.HeaderClassName
{
color: #FFCD82;
}
.AnyTagClassName
{
color: #FFCD82;
}
</style>
background-color css
<style>
a { background-color: #FFCD82; }
a { background-color: rgb(255,205,130); }
div.DivClassName
{
background-color: #FFCD82;
}
.BgClassName
{
background-color: #FFCD82;
}
</style>
border-color css
<style>
span { border-color: #FFCD82; }
span { border-color: rgb(255,205,130); }
td.TdClassName
{
border-color: #FFCD82;
}
.TagClassName
{
border-color: #FFCD82;
}
</style>