Shades of Chocolate #D05F26
Tints of Chocolate #D05F26
RGB
CMYK
RGB Variations
Color information
#D05F26 (or 0xD05F26) is known color: Chocolate. HEX triplet: D0, 5F and 26. RGB value is (208,95,38). Sum of RGB (Red+Green+Blue) = 208+95+38=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05F26 is #2FA0D9. Grayscale: #7A7A7A. Windows color (decimal): -3121370 or 2514896. OLE color: 2514896.
HSL color Cylindrical-coordinate representation of color #D05F26: hue angle of 20.12º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D05F26 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 95 | 38 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.18 |
| HSL | 20.12º | 0.69% | 0.48% | - |
| HSV(B) | 20.12º | 0.82% | 0.82% | - |
| XYZ | 30.45 | 21.73 | 4.42 | - |
| YUV | 122.29 | 80.44 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 95 | 38 | 0 | 0.54 | 0.82 | 0.18 | 20.12 | 0.69 | 0.48 |
| Hex | D0 | 5F | 26 | 0 | 36 | 52 | 12 | 14 | 45 | 30 |
| Octal | 320 | 137 | 46 | 0 | 66 | 122 | 22 | 24 | 105 | 60 |
| Binary | 11010000 | 1011111 | 100110 | 0 | 110110 | 1010010 | 10010 | 10100 | 1000101 | 110000 |
Color Harmonies of #D05F26
Complementary color
Monochromatic Colors of #D05F26
Black with #D05F26
Text Example
Text Example
White with #D05F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05F26; }
p { color: rgb(208,95,38); }
H1.HeaderClassName
{
color: #D05F26;
}
.AnyTagClassName
{
color: #D05F26;
}
</style>
background-color css
<style>
a { background-color: #D05F26; }
a { background-color: rgb(208,95,38); }
div.DivClassName
{
background-color: #D05F26;
}
.BgClassName
{
background-color: #D05F26;
}
</style>
border-color css
<style>
span { border-color: #D05F26; }
span { border-color: rgb(208,95,38); }
td.TdClassName
{
border-color: #D05F26;
}
.TagClassName
{
border-color: #D05F26;
}
</style>