Shades of Sorbus #DA6334
Tints of Sorbus #DA6334
RGB
CMYK
RGB Variations
Color information
#DA6334 (or 0xDA6334) is known color: Sorbus. HEX triplet: DA, 63 and 34. RGB value is (218,99,52). Sum of RGB (Red+Green+Blue) = 218+99+52=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6334 is #259CCB. Grayscale: #818181. Windows color (decimal): -2464972 or 3433434. OLE color: 3433434.
HSL color Cylindrical-coordinate representation of color #DA6334: hue angle of 16.99º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA6334 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 52 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.15 |
| HSL | 16.99º | 0.69% | 0.53% | - |
| HSV(B) | 16.99º | 0.76% | 0.85% | - |
| XYZ | 34 | 24.08 | 6.1 | - |
| YUV | 129.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 52 | 0 | 0.55 | 0.76 | 0.15 | 16.99 | 0.69 | 0.53 |
| Hex | DA | 63 | 34 | 0 | 37 | 4C | F | 11 | 45 | 35 |
| Octal | 332 | 143 | 64 | 0 | 67 | 114 | 17 | 21 | 105 | 65 |
| Binary | 11011010 | 1100011 | 110100 | 0 | 110111 | 1001100 | 1111 | 10001 | 1000101 | 110101 |
Color Harmonies of #DA6334
Complementary color
Monochromatic Colors of #DA6334
Black with #DA6334
Text Example
Text Example
White with #DA6334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6334; }
p { color: rgb(218,99,52); }
H1.HeaderClassName
{
color: #DA6334;
}
.AnyTagClassName
{
color: #DA6334;
}
</style>
background-color css
<style>
a { background-color: #DA6334; }
a { background-color: rgb(218,99,52); }
div.DivClassName
{
background-color: #DA6334;
}
.BgClassName
{
background-color: #DA6334;
}
</style>
border-color css
<style>
span { border-color: #DA6334; }
span { border-color: rgb(218,99,52); }
td.TdClassName
{
border-color: #DA6334;
}
.TagClassName
{
border-color: #DA6334;
}
</style>