Shades of Raw Sienna #DB7F4B
Tints of Raw Sienna #DB7F4B
RGB
CMYK
RGB Variations
Color information
#DB7F4B (or 0xDB7F4B) is known color: Raw Sienna. HEX triplet: DB, 7F and 4B. RGB value is (219,127,75). Sum of RGB (Red+Green+Blue) = 219+127+75=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F4B is #2480B4. Grayscale: #949494. Windows color (decimal): -2392245 or 4947931. OLE color: 4947931.
HSL color Cylindrical-coordinate representation of color #DB7F4B: hue angle of 21.67º 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 #DB7F4B is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 75 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.14 |
| HSL | 21.67º | 0.67% | 0.58% | - |
| HSV(B) | 21.67º | 0.66% | 0.86% | - |
| XYZ | 38.07 | 30.75 | 10.58 | - |
| YUV | 148.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 75 | 0 | 0.42 | 0.66 | 0.14 | 21.67 | 0.67 | 0.58 |
| Hex | DB | 7F | 4B | 0 | 2A | 42 | E | 16 | 43 | 3A |
| Octal | 333 | 177 | 113 | 0 | 52 | 102 | 16 | 26 | 103 | 72 |
| Binary | 11011011 | 1111111 | 1001011 | 0 | 101010 | 1000010 | 1110 | 10110 | 1000011 | 111010 |
Color Harmonies of #DB7F4B
Complementary color
Monochromatic Colors of #DB7F4B
Black with #DB7F4B
Text Example
Text Example
White with #DB7F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F4B; }
p { color: rgb(219,127,75); }
H1.HeaderClassName
{
color: #DB7F4B;
}
.AnyTagClassName
{
color: #DB7F4B;
}
</style>
background-color css
<style>
a { background-color: #DB7F4B; }
a { background-color: rgb(219,127,75); }
div.DivClassName
{
background-color: #DB7F4B;
}
.BgClassName
{
background-color: #DB7F4B;
}
</style>
border-color css
<style>
span { border-color: #DB7F4B; }
span { border-color: rgb(219,127,75); }
td.TdClassName
{
border-color: #DB7F4B;
}
.TagClassName
{
border-color: #DB7F4B;
}
</style>