Shades of Rose #D1A38D
Tints of Rose #D1A38D
RGB
CMYK
RGB Variations
Color information
#D1A38D (or 0xD1A38D) is known color: Rose. HEX triplet: D1, A3 and 8D. RGB value is (209,163,141). Sum of RGB (Red+Green+Blue) = 209+163+141=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 163 (64.06% from 255 or 31.77% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A38D is #2E5C72. Grayscale: #AEAEAE. Windows color (decimal): -3038323 or 9282513. OLE color: 9282513.
HSL color Cylindrical-coordinate representation of color #D1A38D: hue angle of 19.41º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A38D is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 141 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.18 |
| HSL | 19.41º | 0.43% | 0.69% | - |
| HSV(B) | 19.41º | 0.33% | 0.82% | - |
| XYZ | 44.2 | 41.67 | 30.91 | - |
| YUV | 174.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 141 | 0 | 0.22 | 0.33 | 0.18 | 19.41 | 0.43 | 0.69 |
| Hex | D1 | A3 | 8D | 0 | 16 | 21 | 12 | 13 | 2A | 45 |
| Octal | 321 | 243 | 215 | 0 | 26 | 41 | 22 | 23 | 52 | 105 |
| Binary | 11010001 | 10100011 | 10001101 | 0 | 10110 | 100001 | 10010 | 10011 | 101010 | 1000101 |
Color Harmonies of #D1A38D
Complementary color
Monochromatic Colors of #D1A38D
Black with #D1A38D
Text Example
Text Example
White with #D1A38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A38D; }
p { color: rgb(209,163,141); }
H1.HeaderClassName
{
color: #D1A38D;
}
.AnyTagClassName
{
color: #D1A38D;
}
</style>
background-color css
<style>
a { background-color: #D1A38D; }
a { background-color: rgb(209,163,141); }
div.DivClassName
{
background-color: #D1A38D;
}
.BgClassName
{
background-color: #D1A38D;
}
</style>
border-color css
<style>
span { border-color: #D1A38D; }
span { border-color: rgb(209,163,141); }
td.TdClassName
{
border-color: #D1A38D;
}
.TagClassName
{
border-color: #D1A38D;
}
</style>