Shades of Rose #D79D8A
Tints of Rose #D79D8A
RGB
CMYK
RGB Variations
Color information
#D79D8A (or 0xD79D8A) is known color: Rose. HEX triplet: D7, 9D and 8A. RGB value is (215,157,138). Sum of RGB (Red+Green+Blue) = 215+157+138=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D79D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79D8A is #286275. Grayscale: #ACACAC. Windows color (decimal): -2646646 or 9084375. OLE color: 9084375.
HSL color Cylindrical-coordinate representation of color #D79D8A: hue angle of 14.81º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79D8A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 157 | 138 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.16 |
| HSL | 14.81º | 0.49% | 0.69% | - |
| HSV(B) | 14.81º | 0.36% | 0.84% | - |
| XYZ | 44.67 | 40.4 | 29.49 | - |
| YUV | 172.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 157 | 138 | 0 | 0.27 | 0.36 | 0.16 | 14.81 | 0.49 | 0.69 |
| Hex | D7 | 9D | 8A | 0 | 1B | 24 | 10 | F | 31 | 45 |
| Octal | 327 | 235 | 212 | 0 | 33 | 44 | 20 | 17 | 61 | 105 |
| Binary | 11010111 | 10011101 | 10001010 | 0 | 11011 | 100100 | 10000 | 1111 | 110001 | 1000101 |
Color Harmonies of #D79D8A
Complementary color
Monochromatic Colors of #D79D8A
Black with #D79D8A
Text Example
Text Example
White with #D79D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D79D8A; }
p { color: rgb(215,157,138); }
H1.HeaderClassName
{
color: #D79D8A;
}
.AnyTagClassName
{
color: #D79D8A;
}
</style>
background-color css
<style>
a { background-color: #D79D8A; }
a { background-color: rgb(215,157,138); }
div.DivClassName
{
background-color: #D79D8A;
}
.BgClassName
{
background-color: #D79D8A;
}
</style>
border-color css
<style>
span { border-color: #D79D8A; }
span { border-color: rgb(215,157,138); }
td.TdClassName
{
border-color: #D79D8A;
}
.TagClassName
{
border-color: #D79D8A;
}
</style>