Shades of Raw Sienna #D27B3C
Tints of Raw Sienna #D27B3C
RGB
CMYK
RGB Variations
Color information
#D27B3C (or 0xD27B3C) is known color: Raw Sienna. HEX triplet: D2, 7B and 3C. RGB value is (210,123,60). Sum of RGB (Red+Green+Blue) = 210+123+60=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27B3C is #2D84C3. Grayscale: #8E8E8E. Windows color (decimal): -2983108 or 3963858. OLE color: 3963858.
HSL color Cylindrical-coordinate representation of color #D27B3C: hue angle of 25.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D27B3C is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 60 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.18 |
| HSL | 25.2º | 0.63% | 0.53% | - |
| HSV(B) | 25.2º | 0.71% | 0.82% | - |
| XYZ | 34.48 | 28.19 | 7.9 | - |
| YUV | 141.83 | 81.82 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 60 | 0 | 0.41 | 0.71 | 0.18 | 25.2 | 0.63 | 0.53 |
| Hex | D2 | 7B | 3C | 0 | 29 | 47 | 12 | 19 | 3E | 35 |
| Octal | 322 | 173 | 74 | 0 | 51 | 107 | 22 | 31 | 76 | 65 |
| Binary | 11010010 | 1111011 | 111100 | 0 | 101001 | 1000111 | 10010 | 11001 | 111110 | 110101 |
Color Harmonies of #D27B3C
Complementary color
Monochromatic Colors of #D27B3C
Black with #D27B3C
Text Example
Text Example
White with #D27B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B3C; }
p { color: rgb(210,123,60); }
H1.HeaderClassName
{
color: #D27B3C;
}
.AnyTagClassName
{
color: #D27B3C;
}
</style>
background-color css
<style>
a { background-color: #D27B3C; }
a { background-color: rgb(210,123,60); }
div.DivClassName
{
background-color: #D27B3C;
}
.BgClassName
{
background-color: #D27B3C;
}
</style>
border-color css
<style>
span { border-color: #D27B3C; }
span { border-color: rgb(210,123,60); }
td.TdClassName
{
border-color: #D27B3C;
}
.TagClassName
{
border-color: #D27B3C;
}
</style>