Shades of Chocolate #DA651B
Tints of Chocolate #DA651B
RGB
CMYK
RGB Variations
Color information
#DA651B (or 0xDA651B) is known color: Chocolate. HEX triplet: DA, 65 and 1B. RGB value is (218,101,27). Sum of RGB (Red+Green+Blue) = 218+101+27=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA651B is #259AE4. Grayscale: #7F7F7F. Windows color (decimal): -2464485 or 1795546. OLE color: 1795546.
HSL color Cylindrical-coordinate representation of color #DA651B: hue angle of 23.25º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA651B is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 27 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.15 |
| HSL | 23.25º | 0.78% | 0.48% | - |
| HSV(B) | 23.25º | 0.88% | 0.85% | - |
| XYZ | 33.76 | 24.29 | 3.95 | - |
| YUV | 127.55 | 71.26 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 27 | 0 | 0.54 | 0.88 | 0.15 | 23.25 | 0.78 | 0.48 |
| Hex | DA | 65 | 1B | 0 | 36 | 58 | F | 17 | 4E | 30 |
| Octal | 332 | 145 | 33 | 0 | 66 | 130 | 17 | 27 | 116 | 60 |
| Binary | 11011010 | 1100101 | 11011 | 0 | 110110 | 1011000 | 1111 | 10111 | 1001110 | 110000 |
Color Harmonies of #DA651B
Complementary color
Monochromatic Colors of #DA651B
Black with #DA651B
Text Example
Text Example
White with #DA651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA651B; }
p { color: rgb(218,101,27); }
H1.HeaderClassName
{
color: #DA651B;
}
.AnyTagClassName
{
color: #DA651B;
}
</style>
background-color css
<style>
a { background-color: #DA651B; }
a { background-color: rgb(218,101,27); }
div.DivClassName
{
background-color: #DA651B;
}
.BgClassName
{
background-color: #DA651B;
}
</style>
border-color css
<style>
span { border-color: #DA651B; }
span { border-color: rgb(218,101,27); }
td.TdClassName
{
border-color: #DA651B;
}
.TagClassName
{
border-color: #DA651B;
}
</style>