Shades of Raw Sienna #D67F45
Tints of Raw Sienna #D67F45
RGB
CMYK
RGB Variations
Color information
#D67F45 (or 0xD67F45) is known color: Raw Sienna. HEX triplet: D6, 7F and 45. RGB value is (214,127,69). Sum of RGB (Red+Green+Blue) = 214+127+69=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67F45 is #2980BA. Grayscale: #929292. Windows color (decimal): -2719931 or 4554710. OLE color: 4554710.
HSL color Cylindrical-coordinate representation of color #D67F45: hue angle of 24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D67F45 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 69 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.16 |
| HSL | 24º | 0.64% | 0.55% | - |
| HSV(B) | 24º | 0.68% | 0.84% | - |
| XYZ | 36.4 | 29.9 | 9.48 | - |
| YUV | 146.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 69 | 0 | 0.41 | 0.68 | 0.16 | 24 | 0.64 | 0.55 |
| Hex | D6 | 7F | 45 | 0 | 29 | 44 | 10 | 18 | 40 | 37 |
| Octal | 326 | 177 | 105 | 0 | 51 | 104 | 20 | 30 | 100 | 67 |
| Binary | 11010110 | 1111111 | 1000101 | 0 | 101001 | 1000100 | 10000 | 11000 | 1000000 | 110111 |
Color Harmonies of #D67F45
Complementary color
Monochromatic Colors of #D67F45
Black with #D67F45
Text Example
Text Example
White with #D67F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F45; }
p { color: rgb(214,127,69); }
H1.HeaderClassName
{
color: #D67F45;
}
.AnyTagClassName
{
color: #D67F45;
}
</style>
background-color css
<style>
a { background-color: #D67F45; }
a { background-color: rgb(214,127,69); }
div.DivClassName
{
background-color: #D67F45;
}
.BgClassName
{
background-color: #D67F45;
}
</style>
border-color css
<style>
span { border-color: #D67F45; }
span { border-color: rgb(214,127,69); }
td.TdClassName
{
border-color: #D67F45;
}
.TagClassName
{
border-color: #D67F45;
}
</style>