Shades of Roman #DA635B
Tints of Roman #DA635B
RGB
CMYK
RGB Variations
Color information
#DA635B (or 0xDA635B) is known color: Roman. HEX triplet: DA, 63 and 5B. RGB value is (218,99,91). Sum of RGB (Red+Green+Blue) = 218+99+91=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA635B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA635B is #259CA4. Grayscale: #858585. Windows color (decimal): -2464933 or 5989338. OLE color: 5989338.
HSL color Cylindrical-coordinate representation of color #DA635B: hue angle of 3.78º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA635B is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 91 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.15 |
| HSL | 3.78º | 0.63% | 0.61% | - |
| HSV(B) | 3.78º | 0.58% | 0.85% | - |
| XYZ | 35.26 | 24.58 | 12.78 | - |
| YUV | 133.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 91 | 0 | 0.55 | 0.58 | 0.15 | 3.78 | 0.63 | 0.61 |
| Hex | DA | 63 | 5B | 0 | 37 | 3A | F | 4 | 3F | 3D |
| Octal | 332 | 143 | 133 | 0 | 67 | 72 | 17 | 4 | 77 | 75 |
| Binary | 11011010 | 1100011 | 1011011 | 0 | 110111 | 111010 | 1111 | 100 | 111111 | 111101 |
Color Harmonies of #DA635B
Complementary color
Monochromatic Colors of #DA635B
Black with #DA635B
Text Example
Text Example
White with #DA635B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA635B; }
p { color: rgb(218,99,91); }
H1.HeaderClassName
{
color: #DA635B;
}
.AnyTagClassName
{
color: #DA635B;
}
</style>
background-color css
<style>
a { background-color: #DA635B; }
a { background-color: rgb(218,99,91); }
div.DivClassName
{
background-color: #DA635B;
}
.BgClassName
{
background-color: #DA635B;
}
</style>
border-color css
<style>
span { border-color: #DA635B; }
span { border-color: rgb(218,99,91); }
td.TdClassName
{
border-color: #DA635B;
}
.TagClassName
{
border-color: #DA635B;
}
</style>