Shades of Raw Sienna #D67B50
Tints of Raw Sienna #D67B50
RGB
CMYK
RGB Variations
Color information
#D67B50 (or 0xD67B50) is known color: Raw Sienna. HEX triplet: D6, 7B and 50. RGB value is (214,123,80). Sum of RGB (Red+Green+Blue) = 214+123+80=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B50 is #2984AF. Grayscale: #919191. Windows color (decimal): -2720944 or 5274582. OLE color: 5274582.
HSL color Cylindrical-coordinate representation of color #D67B50: hue angle of 19.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D67B50 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 80 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.16 |
| HSL | 19.25º | 0.62% | 0.58% | - |
| HSV(B) | 19.25º | 0.63% | 0.84% | - |
| XYZ | 36.26 | 29.04 | 11.28 | - |
| YUV | 145.31 | 91.15 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 80 | 0 | 0.43 | 0.63 | 0.16 | 19.25 | 0.62 | 0.58 |
| Hex | D6 | 7B | 50 | 0 | 2B | 3F | 10 | 13 | 3E | 3A |
| Octal | 326 | 173 | 120 | 0 | 53 | 77 | 20 | 23 | 76 | 72 |
| Binary | 11010110 | 1111011 | 1010000 | 0 | 101011 | 111111 | 10000 | 10011 | 111110 | 111010 |
Color Harmonies of #D67B50
Complementary color
Monochromatic Colors of #D67B50
Black with #D67B50
Text Example
Text Example
White with #D67B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B50; }
p { color: rgb(214,123,80); }
H1.HeaderClassName
{
color: #D67B50;
}
.AnyTagClassName
{
color: #D67B50;
}
</style>
background-color css
<style>
a { background-color: #D67B50; }
a { background-color: rgb(214,123,80); }
div.DivClassName
{
background-color: #D67B50;
}
.BgClassName
{
background-color: #D67B50;
}
</style>
border-color css
<style>
span { border-color: #D67B50; }
span { border-color: rgb(214,123,80); }
td.TdClassName
{
border-color: #D67B50;
}
.TagClassName
{
border-color: #D67B50;
}
</style>