Shades of Roman #DC6B69
Tints of Roman #DC6B69
RGB
CMYK
RGB Variations
Color information
#DC6B69 (or 0xDC6B69) is known color: Roman. HEX triplet: DC, 6B and 69. RGB value is (220,107,105). Sum of RGB (Red+Green+Blue) = 220+107+105=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6B69 is #239496. Grayscale: #8C8C8C. Windows color (decimal): -2331799 or 6908892. OLE color: 6908892.
HSL color Cylindrical-coordinate representation of color #DC6B69: hue angle of 1.04º degrees, saturation: 0.62, 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 #DC6B69 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 105 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.14 |
| HSL | 1.04º | 0.62% | 0.64% | - |
| HSV(B) | 1.04º | 0.52% | 0.86% | - |
| XYZ | 37.32 | 26.75 | 16.56 | - |
| YUV | 140.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 105 | 0 | 0.51 | 0.52 | 0.14 | 1.04 | 0.62 | 0.64 |
| Hex | DC | 6B | 69 | 0 | 33 | 34 | E | 1 | 3E | 40 |
| Octal | 334 | 153 | 151 | 0 | 63 | 64 | 16 | 1 | 76 | 100 |
| Binary | 11011100 | 1101011 | 1101001 | 0 | 110011 | 110100 | 1110 | 1 | 111110 | 1000000 |
Color Harmonies of #DC6B69
Complementary color
Monochromatic Colors of #DC6B69
Black with #DC6B69
Text Example
Text Example
White with #DC6B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B69; }
p { color: rgb(220,107,105); }
H1.HeaderClassName
{
color: #DC6B69;
}
.AnyTagClassName
{
color: #DC6B69;
}
</style>
background-color css
<style>
a { background-color: #DC6B69; }
a { background-color: rgb(220,107,105); }
div.DivClassName
{
background-color: #DC6B69;
}
.BgClassName
{
background-color: #DC6B69;
}
</style>
border-color css
<style>
span { border-color: #DC6B69; }
span { border-color: rgb(220,107,105); }
td.TdClassName
{
border-color: #DC6B69;
}
.TagClassName
{
border-color: #DC6B69;
}
</style>