Shades of Raw Sienna #D68152
Tints of Raw Sienna #D68152
RGB
CMYK
RGB Variations
Color information
#D68152 (or 0xD68152) is known color: Raw Sienna. HEX triplet: D6, 81 and 52. RGB value is (214,129,82). Sum of RGB (Red+Green+Blue) = 214+129+82=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D68152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68152 is #297EAD. Grayscale: #959595. Windows color (decimal): -2719406 or 5407190. OLE color: 5407190.
HSL color Cylindrical-coordinate representation of color #D68152: hue angle of 21.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D68152 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 82 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.16 |
| HSL | 21.36º | 0.62% | 0.58% | - |
| HSV(B) | 21.36º | 0.62% | 0.84% | - |
| XYZ | 37.1 | 30.61 | 11.93 | - |
| YUV | 149.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 82 | 0 | 0.40 | 0.62 | 0.16 | 21.36 | 0.62 | 0.58 |
| Hex | D6 | 81 | 52 | 0 | 28 | 3E | 10 | 15 | 3E | 3A |
| Octal | 326 | 201 | 122 | 0 | 50 | 76 | 20 | 25 | 76 | 72 |
| Binary | 11010110 | 10000001 | 1010010 | 0 | 101000 | 111110 | 10000 | 10101 | 111110 | 111010 |
Color Harmonies of #D68152
Complementary color
Monochromatic Colors of #D68152
Black with #D68152
Text Example
Text Example
White with #D68152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68152; }
p { color: rgb(214,129,82); }
H1.HeaderClassName
{
color: #D68152;
}
.AnyTagClassName
{
color: #D68152;
}
</style>
background-color css
<style>
a { background-color: #D68152; }
a { background-color: rgb(214,129,82); }
div.DivClassName
{
background-color: #D68152;
}
.BgClassName
{
background-color: #D68152;
}
</style>
border-color css
<style>
span { border-color: #D68152; }
span { border-color: rgb(214,129,82); }
td.TdClassName
{
border-color: #D68152;
}
.TagClassName
{
border-color: #D68152;
}
</style>