Shades of Contessa #D07267
Tints of Contessa #D07267
RGB
CMYK
RGB Variations
Color information
#D07267 (or 0xD07267) is known color: Contessa. HEX triplet: D0, 72 and 67. RGB value is (208,114,103). Sum of RGB (Red+Green+Blue) = 208+114+103=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D07267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07267 is #2F8D98. Grayscale: #8C8C8C. Windows color (decimal): -3116441 or 6779600. OLE color: 6779600.
HSL color Cylindrical-coordinate representation of color #D07267: hue angle of 6.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D07267 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 103 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.18 |
| HSL | 6.29º | 0.53% | 0.61% | - |
| HSV(B) | 6.29º | 0.5% | 0.82% | - |
| XYZ | 34.48 | 26.42 | 16.12 | - |
| YUV | 140.85 | 106.64 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 103 | 0 | 0.45 | 0.50 | 0.18 | 6.29 | 0.53 | 0.61 |
| Hex | D0 | 72 | 67 | 0 | 2D | 32 | 12 | 6 | 35 | 3D |
| Octal | 320 | 162 | 147 | 0 | 55 | 62 | 22 | 6 | 65 | 75 |
| Binary | 11010000 | 1110010 | 1100111 | 0 | 101101 | 110010 | 10010 | 110 | 110101 | 111101 |
Color Harmonies of #D07267
Complementary color
Monochromatic Colors of #D07267
Black with #D07267
Text Example
Text Example
White with #D07267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07267; }
p { color: rgb(208,114,103); }
H1.HeaderClassName
{
color: #D07267;
}
.AnyTagClassName
{
color: #D07267;
}
</style>
background-color css
<style>
a { background-color: #D07267; }
a { background-color: rgb(208,114,103); }
div.DivClassName
{
background-color: #D07267;
}
.BgClassName
{
background-color: #D07267;
}
</style>
border-color css
<style>
span { border-color: #D07267; }
span { border-color: rgb(208,114,103); }
td.TdClassName
{
border-color: #D07267;
}
.TagClassName
{
border-color: #D07267;
}
</style>