Shades of Froly #DA6367
Tints of Froly #DA6367
RGB
CMYK
RGB Variations
Color information
#DA6367 (or 0xDA6367) is known color: Froly. HEX triplet: DA, 63 and 67. RGB value is (218,99,103). Sum of RGB (Red+Green+Blue) = 218+99+103=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6367 is #259C98. Grayscale: #878787. Windows color (decimal): -2464921 or 6775770. OLE color: 6775770.
HSL color Cylindrical-coordinate representation of color #DA6367: hue angle of 357.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA6367 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 103 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.15 |
| HSL | 357.98º | 0.62% | 0.62% | - |
| HSV(B) | 357.98º | 0.55% | 0.85% | - |
| XYZ | 35.82 | 24.81 | 15.73 | - |
| YUV | 135.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 103 | 0 | 0.55 | 0.53 | 0.15 | 357.98 | 0.62 | 0.62 |
| Hex | DA | 63 | 67 | 0 | 37 | 35 | F | 166 | 3E | 3E |
| Octal | 332 | 143 | 147 | 0 | 67 | 65 | 17 | 546 | 76 | 76 |
| Binary | 11011010 | 1100011 | 1100111 | 0 | 110111 | 110101 | 1111 | 101100110 | 111110 | 111110 |
Color Harmonies of #DA6367
Complementary color
Monochromatic Colors of #DA6367
Black with #DA6367
Text Example
Text Example
White with #DA6367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6367; }
p { color: rgb(218,99,103); }
H1.HeaderClassName
{
color: #DA6367;
}
.AnyTagClassName
{
color: #DA6367;
}
</style>
background-color css
<style>
a { background-color: #DA6367; }
a { background-color: rgb(218,99,103); }
div.DivClassName
{
background-color: #DA6367;
}
.BgClassName
{
background-color: #DA6367;
}
</style>
border-color css
<style>
span { border-color: #DA6367; }
span { border-color: rgb(218,99,103); }
td.TdClassName
{
border-color: #DA6367;
}
.TagClassName
{
border-color: #DA6367;
}
</style>