Shades of Chocolate #CD680F
Tints of Chocolate #CD680F
RGB
CMYK
RGB Variations
Color information
#CD680F (or 0xCD680F) is known color: Chocolate. HEX triplet: CD, 68 and 0F. RGB value is (205,104,15). Sum of RGB (Red+Green+Blue) = 205+104+15=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD680F is #3297F0. Grayscale: #7C7C7C. Windows color (decimal): -3315697 or 1009869. OLE color: 1009869.
HSL color Cylindrical-coordinate representation of color #CD680F: hue angle of 28.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD680F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.20 |
| HSL | 28.11º | 0.86% | 0.43% | - |
| HSV(B) | 28.11º | 0.93% | 0.8% | - |
| XYZ | 30.21 | 22.91 | 3.28 | - |
| YUV | 124.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 15 | 0 | 0.49 | 0.93 | 0.20 | 28.11 | 0.86 | 0.43 |
| Hex | CD | 68 | F | 0 | 31 | 5D | 14 | 1C | 56 | 2B |
| Octal | 315 | 150 | 17 | 0 | 61 | 135 | 24 | 34 | 126 | 53 |
| Binary | 11001101 | 1101000 | 1111 | 0 | 110001 | 1011101 | 10100 | 11100 | 1010110 | 101011 |
Color Harmonies of #CD680F
Complementary color
Monochromatic Colors of #CD680F
Black with #CD680F
Text Example
Text Example
White with #CD680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD680F; }
p { color: rgb(205,104,15); }
H1.HeaderClassName
{
color: #CD680F;
}
.AnyTagClassName
{
color: #CD680F;
}
</style>
background-color css
<style>
a { background-color: #CD680F; }
a { background-color: rgb(205,104,15); }
div.DivClassName
{
background-color: #CD680F;
}
.BgClassName
{
background-color: #CD680F;
}
</style>
border-color css
<style>
span { border-color: #CD680F; }
span { border-color: rgb(205,104,15); }
td.TdClassName
{
border-color: #CD680F;
}
.TagClassName
{
border-color: #CD680F;
}
</style>