Shades of Froly #DB696A
Tints of Froly #DB696A
RGB
CMYK
RGB Variations
Color information
#DB696A (or 0xDB696A) is known color: Froly. HEX triplet: DB, 69 and 6A. RGB value is (219,105,106). Sum of RGB (Red+Green+Blue) = 219+105+106=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB696A is #249695. Grayscale: #8B8B8B. Windows color (decimal): -2397846 or 6973915. OLE color: 6973915.
HSL color Cylindrical-coordinate representation of color #DB696A: hue angle of 359.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB696A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 106 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.14 |
| HSL | 359.47º | 0.61% | 0.64% | - |
| HSV(B) | 359.47º | 0.52% | 0.86% | - |
| XYZ | 36.87 | 26.2 | 16.75 | - |
| YUV | 139.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 106 | 0 | 0.52 | 0.52 | 0.14 | 359.47 | 0.61 | 0.64 |
| Hex | DB | 69 | 6A | 0 | 34 | 34 | E | 167 | 3D | 40 |
| Octal | 333 | 151 | 152 | 0 | 64 | 64 | 16 | 547 | 75 | 100 |
| Binary | 11011011 | 1101001 | 1101010 | 0 | 110100 | 110100 | 1110 | 101100111 | 111101 | 1000000 |
Color Harmonies of #DB696A
Complementary color
Monochromatic Colors of #DB696A
Black with #DB696A
Text Example
Text Example
White with #DB696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB696A; }
p { color: rgb(219,105,106); }
H1.HeaderClassName
{
color: #DB696A;
}
.AnyTagClassName
{
color: #DB696A;
}
</style>
background-color css
<style>
a { background-color: #DB696A; }
a { background-color: rgb(219,105,106); }
div.DivClassName
{
background-color: #DB696A;
}
.BgClassName
{
background-color: #DB696A;
}
</style>
border-color css
<style>
span { border-color: #DB696A; }
span { border-color: rgb(219,105,106); }
td.TdClassName
{
border-color: #DB696A;
}
.TagClassName
{
border-color: #DB696A;
}
</style>