Shades of Carrot Orange #DB8615
Tints of Carrot Orange #DB8615
RGB
CMYK
RGB Variations
Color information
#DB8615 (or 0xDB8615) is known color: Carrot Orange. HEX triplet: DB, 86 and 15. RGB value is (219,134,21). Sum of RGB (Red+Green+Blue) = 219+134+21=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 21 (8.59% from 255 or 5.61% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8615 is #2479EA. Grayscale: #939393. Windows color (decimal): -2390507 or 1410779. OLE color: 1410779.
HSL color Cylindrical-coordinate representation of color #DB8615: hue angle of 34.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB8615 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 21 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.14 |
| HSL | 34.24º | 0.83% | 0.47% | - |
| HSV(B) | 34.24º | 0.9% | 0.86% | - |
| XYZ | 37.87 | 32.16 | 4.92 | - |
| YUV | 146.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 21 | 0 | 0.39 | 0.90 | 0.14 | 34.24 | 0.83 | 0.47 |
| Hex | DB | 86 | 15 | 0 | 27 | 5A | E | 22 | 52 | 2F |
| Octal | 333 | 206 | 25 | 0 | 47 | 132 | 16 | 42 | 122 | 57 |
| Binary | 11011011 | 10000110 | 10101 | 0 | 100111 | 1011010 | 1110 | 100010 | 1010010 | 101111 |
Color Harmonies of #DB8615
Complementary color
Monochromatic Colors of #DB8615
Black with #DB8615
Text Example
Text Example
White with #DB8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8615; }
p { color: rgb(219,134,21); }
H1.HeaderClassName
{
color: #DB8615;
}
.AnyTagClassName
{
color: #DB8615;
}
</style>
background-color css
<style>
a { background-color: #DB8615; }
a { background-color: rgb(219,134,21); }
div.DivClassName
{
background-color: #DB8615;
}
.BgClassName
{
background-color: #DB8615;
}
</style>
border-color css
<style>
span { border-color: #DB8615; }
span { border-color: rgb(219,134,21); }
td.TdClassName
{
border-color: #DB8615;
}
.TagClassName
{
border-color: #DB8615;
}
</style>