Shades of Raw Sienna #D6814A
Tints of Raw Sienna #D6814A
RGB
CMYK
RGB Variations
Color information
#D6814A (or 0xD6814A) is known color: Raw Sienna. HEX triplet: D6, 81 and 4A. RGB value is (214,129,74). Sum of RGB (Red+Green+Blue) = 214+129+74=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6814A is #297EB5. Grayscale: #949494. Windows color (decimal): -2719414 or 4882902. OLE color: 4882902.
HSL color Cylindrical-coordinate representation of color #D6814A: hue angle of 23.57º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D6814A is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 74 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.16 |
| HSL | 23.57º | 0.63% | 0.56% | - |
| HSV(B) | 23.57º | 0.65% | 0.84% | - |
| XYZ | 36.82 | 30.49 | 10.42 | - |
| YUV | 148.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 74 | 0 | 0.40 | 0.65 | 0.16 | 23.57 | 0.63 | 0.56 |
| Hex | D6 | 81 | 4A | 0 | 28 | 41 | 10 | 18 | 3F | 38 |
| Octal | 326 | 201 | 112 | 0 | 50 | 101 | 20 | 30 | 77 | 70 |
| Binary | 11010110 | 10000001 | 1001010 | 0 | 101000 | 1000001 | 10000 | 11000 | 111111 | 111000 |
Color Harmonies of #D6814A
Complementary color
Monochromatic Colors of #D6814A
Black with #D6814A
Text Example
Text Example
White with #D6814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6814A; }
p { color: rgb(214,129,74); }
H1.HeaderClassName
{
color: #D6814A;
}
.AnyTagClassName
{
color: #D6814A;
}
</style>
background-color css
<style>
a { background-color: #D6814A; }
a { background-color: rgb(214,129,74); }
div.DivClassName
{
background-color: #D6814A;
}
.BgClassName
{
background-color: #D6814A;
}
</style>
border-color css
<style>
span { border-color: #D6814A; }
span { border-color: rgb(214,129,74); }
td.TdClassName
{
border-color: #D6814A;
}
.TagClassName
{
border-color: #D6814A;
}
</style>