Shades of Froly #DC6069
Tints of Froly #DC6069
RGB
CMYK
RGB Variations
Color information
#DC6069 (or 0xDC6069) is known color: Froly. HEX triplet: DC, 60 and 69. RGB value is (220,96,105). Sum of RGB (Red+Green+Blue) = 220+96+105=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6069 is #239F96. Grayscale: #868686. Windows color (decimal): -2334615 or 6906076. OLE color: 6906076.
HSL color Cylindrical-coordinate representation of color #DC6069: hue angle of 355.65º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC6069 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 105 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.14 |
| HSL | 355.65º | 0.64% | 0.62% | - |
| HSV(B) | 355.65º | 0.56% | 0.86% | - |
| XYZ | 36.25 | 24.6 | 16.2 | - |
| YUV | 134.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 105 | 0 | 0.56 | 0.52 | 0.14 | 355.65 | 0.64 | 0.62 |
| Hex | DC | 60 | 69 | 0 | 38 | 34 | E | 164 | 40 | 3E |
| Octal | 334 | 140 | 151 | 0 | 70 | 64 | 16 | 544 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1101001 | 0 | 111000 | 110100 | 1110 | 101100100 | 1000000 | 111110 |
Color Harmonies of #DC6069
Complementary color
Monochromatic Colors of #DC6069
Black with #DC6069
Text Example
Text Example
White with #DC6069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6069; }
p { color: rgb(220,96,105); }
H1.HeaderClassName
{
color: #DC6069;
}
.AnyTagClassName
{
color: #DC6069;
}
</style>
background-color css
<style>
a { background-color: #DC6069; }
a { background-color: rgb(220,96,105); }
div.DivClassName
{
background-color: #DC6069;
}
.BgClassName
{
background-color: #DC6069;
}
</style>
border-color css
<style>
span { border-color: #DC6069; }
span { border-color: rgb(220,96,105); }
td.TdClassName
{
border-color: #DC6069;
}
.TagClassName
{
border-color: #DC6069;
}
</style>