Shades of Chocolate #DA650F
Tints of Chocolate #DA650F
RGB
CMYK
RGB Variations
Color information
#DA650F (or 0xDA650F) is known color: Chocolate. HEX triplet: DA, 65 and 0F. RGB value is (218,101,15). Sum of RGB (Red+Green+Blue) = 218+101+15=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA650F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA650F is #259AF0. Grayscale: #7E7E7E. Windows color (decimal): -2464497 or 1009114. OLE color: 1009114.
HSL color Cylindrical-coordinate representation of color #DA650F: hue angle of 25.42º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA650F is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 15 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.15 |
| HSL | 25.42º | 0.87% | 0.46% | - |
| HSV(B) | 25.42º | 0.93% | 0.85% | - |
| XYZ | 33.65 | 24.25 | 3.36 | - |
| YUV | 126.18 | 65.26 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 15 | 0 | 0.54 | 0.93 | 0.15 | 25.42 | 0.87 | 0.46 |
| Hex | DA | 65 | F | 0 | 36 | 5D | F | 19 | 57 | 2E |
| Octal | 332 | 145 | 17 | 0 | 66 | 135 | 17 | 31 | 127 | 56 |
| Binary | 11011010 | 1100101 | 1111 | 0 | 110110 | 1011101 | 1111 | 11001 | 1010111 | 101110 |
Color Harmonies of #DA650F
Complementary color
Monochromatic Colors of #DA650F
Black with #DA650F
Text Example
Text Example
White with #DA650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA650F; }
p { color: rgb(218,101,15); }
H1.HeaderClassName
{
color: #DA650F;
}
.AnyTagClassName
{
color: #DA650F;
}
</style>
background-color css
<style>
a { background-color: #DA650F; }
a { background-color: rgb(218,101,15); }
div.DivClassName
{
background-color: #DA650F;
}
.BgClassName
{
background-color: #DA650F;
}
</style>
border-color css
<style>
span { border-color: #DA650F; }
span { border-color: rgb(218,101,15); }
td.TdClassName
{
border-color: #DA650F;
}
.TagClassName
{
border-color: #DA650F;
}
</style>