Shades of Roman #D9695D
Tints of Roman #D9695D
RGB
CMYK
RGB Variations
Color information
#D9695D (or 0xD9695D) is known color: Roman. HEX triplet: D9, 69 and 5D. RGB value is (217,105,93). Sum of RGB (Red+Green+Blue) = 217+105+93=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9695D is #2696A2. Grayscale: #898989. Windows color (decimal): -2528931 or 6121945. OLE color: 6121945.
HSL color Cylindrical-coordinate representation of color #D9695D: hue angle of 5.81º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9695D is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 93 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.15 |
| HSL | 5.81º | 0.62% | 0.61% | - |
| HSV(B) | 5.81º | 0.57% | 0.85% | - |
| XYZ | 35.64 | 25.65 | 13.43 | - |
| YUV | 137.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 93 | 0 | 0.52 | 0.57 | 0.15 | 5.81 | 0.62 | 0.61 |
| Hex | D9 | 69 | 5D | 0 | 34 | 39 | F | 6 | 3E | 3D |
| Octal | 331 | 151 | 135 | 0 | 64 | 71 | 17 | 6 | 76 | 75 |
| Binary | 11011001 | 1101001 | 1011101 | 0 | 110100 | 111001 | 1111 | 110 | 111110 | 111101 |
Color Harmonies of #D9695D
Complementary color
Monochromatic Colors of #D9695D
Black with #D9695D
Text Example
Text Example
White with #D9695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9695D; }
p { color: rgb(217,105,93); }
H1.HeaderClassName
{
color: #D9695D;
}
.AnyTagClassName
{
color: #D9695D;
}
</style>
background-color css
<style>
a { background-color: #D9695D; }
a { background-color: rgb(217,105,93); }
div.DivClassName
{
background-color: #D9695D;
}
.BgClassName
{
background-color: #D9695D;
}
</style>
border-color css
<style>
span { border-color: #D9695D; }
span { border-color: rgb(217,105,93); }
td.TdClassName
{
border-color: #D9695D;
}
.TagClassName
{
border-color: #D9695D;
}
</style>