Shades of Raw Sienna #DB864B
Tints of Raw Sienna #DB864B
RGB
CMYK
RGB Variations
Color information
#DB864B (or 0xDB864B) is known color: Raw Sienna. HEX triplet: DB, 86 and 4B. RGB value is (219,134,75). Sum of RGB (Red+Green+Blue) = 219+134+75=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB864B is #2479B4. Grayscale: #999999. Windows color (decimal): -2390453 or 4949723. OLE color: 4949723.
HSL color Cylindrical-coordinate representation of color #DB864B: hue angle of 24.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB864B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 134 | 75 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.14 |
| HSL | 24.58º | 0.67% | 0.58% | - |
| HSV(B) | 24.58º | 0.66% | 0.86% | - |
| XYZ | 39.01 | 32.62 | 10.9 | - |
| YUV | 152.69 | 84.16 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 75 | 0 | 0.39 | 0.66 | 0.14 | 24.58 | 0.67 | 0.58 |
| Hex | DB | 86 | 4B | 0 | 27 | 42 | E | 19 | 43 | 3A |
| Octal | 333 | 206 | 113 | 0 | 47 | 102 | 16 | 31 | 103 | 72 |
| Binary | 11011011 | 10000110 | 1001011 | 0 | 100111 | 1000010 | 1110 | 11001 | 1000011 | 111010 |
Color Harmonies of #DB864B
Complementary color
Monochromatic Colors of #DB864B
Black with #DB864B
Text Example
Text Example
White with #DB864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB864B; }
p { color: rgb(219,134,75); }
H1.HeaderClassName
{
color: #DB864B;
}
.AnyTagClassName
{
color: #DB864B;
}
</style>
background-color css
<style>
a { background-color: #DB864B; }
a { background-color: rgb(219,134,75); }
div.DivClassName
{
background-color: #DB864B;
}
.BgClassName
{
background-color: #DB864B;
}
</style>
border-color css
<style>
span { border-color: #DB864B; }
span { border-color: rgb(219,134,75); }
td.TdClassName
{
border-color: #DB864B;
}
.TagClassName
{
border-color: #DB864B;
}
</style>