Shades of Raw Sienna #D67A50
Tints of Raw Sienna #D67A50
RGB
CMYK
RGB Variations
Color information
#D67A50 (or 0xD67A50) is known color: Raw Sienna. HEX triplet: D6, 7A and 50. RGB value is (214,122,80). Sum of RGB (Red+Green+Blue) = 214+122+80=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D67A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67A50 is #2985AF. Grayscale: #909090. Windows color (decimal): -2721200 or 5274326. OLE color: 5274326.
HSL color Cylindrical-coordinate representation of color #D67A50: hue angle of 18.81º 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 #D67A50 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 122 | 80 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.16 |
| HSL | 18.81º | 0.62% | 0.58% | - |
| HSV(B) | 18.81º | 0.63% | 0.84% | - |
| XYZ | 36.14 | 28.79 | 11.24 | - |
| YUV | 144.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 122 | 80 | 0 | 0.43 | 0.63 | 0.16 | 18.81 | 0.62 | 0.58 |
| Hex | D6 | 7A | 50 | 0 | 2B | 3F | 10 | 13 | 3E | 3A |
| Octal | 326 | 172 | 120 | 0 | 53 | 77 | 20 | 23 | 76 | 72 |
| Binary | 11010110 | 1111010 | 1010000 | 0 | 101011 | 111111 | 10000 | 10011 | 111110 | 111010 |
Color Harmonies of #D67A50
Complementary color
Monochromatic Colors of #D67A50
Black with #D67A50
Text Example
Text Example
White with #D67A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67A50; }
p { color: rgb(214,122,80); }
H1.HeaderClassName
{
color: #D67A50;
}
.AnyTagClassName
{
color: #D67A50;
}
</style>
background-color css
<style>
a { background-color: #D67A50; }
a { background-color: rgb(214,122,80); }
div.DivClassName
{
background-color: #D67A50;
}
.BgClassName
{
background-color: #D67A50;
}
</style>
border-color css
<style>
span { border-color: #D67A50; }
span { border-color: rgb(214,122,80); }
td.TdClassName
{
border-color: #D67A50;
}
.TagClassName
{
border-color: #D67A50;
}
</style>