Shades of Raw Sienna #D67C46
Tints of Raw Sienna #D67C46
RGB
CMYK
RGB Variations
Color information
#D67C46 (or 0xD67C46) is known color: Raw Sienna. HEX triplet: D6, 7C and 46. RGB value is (214,124,70). Sum of RGB (Red+Green+Blue) = 214+124+70=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67C46 is #2983B9. Grayscale: #919191. Windows color (decimal): -2720698 or 4619478. OLE color: 4619478.
HSL color Cylindrical-coordinate representation of color #D67C46: hue angle of 22.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D67C46 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 70 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.16 |
| HSL | 22.5º | 0.64% | 0.56% | - |
| HSV(B) | 22.5º | 0.67% | 0.84% | - |
| XYZ | 36.04 | 29.15 | 9.52 | - |
| YUV | 144.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 70 | 0 | 0.42 | 0.67 | 0.16 | 22.5 | 0.64 | 0.56 |
| Hex | D6 | 7C | 46 | 0 | 2A | 43 | 10 | 16 | 40 | 38 |
| Octal | 326 | 174 | 106 | 0 | 52 | 103 | 20 | 26 | 100 | 70 |
| Binary | 11010110 | 1111100 | 1000110 | 0 | 101010 | 1000011 | 10000 | 10110 | 1000000 | 111000 |
Color Harmonies of #D67C46
Complementary color
Monochromatic Colors of #D67C46
Black with #D67C46
Text Example
Text Example
White with #D67C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C46; }
p { color: rgb(214,124,70); }
H1.HeaderClassName
{
color: #D67C46;
}
.AnyTagClassName
{
color: #D67C46;
}
</style>
background-color css
<style>
a { background-color: #D67C46; }
a { background-color: rgb(214,124,70); }
div.DivClassName
{
background-color: #D67C46;
}
.BgClassName
{
background-color: #D67C46;
}
</style>
border-color css
<style>
span { border-color: #D67C46; }
span { border-color: rgb(214,124,70); }
td.TdClassName
{
border-color: #D67C46;
}
.TagClassName
{
border-color: #D67C46;
}
</style>