Shades of Cameo #D1A38B
Tints of Cameo #D1A38B
RGB
CMYK
RGB Variations
Color information
#D1A38B (or 0xD1A38B) is known color: Cameo. HEX triplet: D1, A3 and 8B. RGB value is (209,163,139). Sum of RGB (Red+Green+Blue) = 209+163+139=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A38B is #2E5C74. Grayscale: #AEAEAE. Windows color (decimal): -3038325 or 9151441. OLE color: 9151441.
HSL color Cylindrical-coordinate representation of color #D1A38B: hue angle of 20.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1A38B is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 139 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.18 |
| HSL | 20.57º | 0.43% | 0.68% | - |
| HSV(B) | 20.57º | 0.33% | 0.82% | - |
| XYZ | 44.05 | 41.61 | 30.14 | - |
| YUV | 174.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 139 | 0 | 0.22 | 0.33 | 0.18 | 20.57 | 0.43 | 0.68 |
| Hex | D1 | A3 | 8B | 0 | 16 | 21 | 12 | 15 | 2B | 44 |
| Octal | 321 | 243 | 213 | 0 | 26 | 41 | 22 | 25 | 53 | 104 |
| Binary | 11010001 | 10100011 | 10001011 | 0 | 10110 | 100001 | 10010 | 10101 | 101011 | 1000100 |
Color Harmonies of #D1A38B
Complementary color
Monochromatic Colors of #D1A38B
Black with #D1A38B
Text Example
Text Example
White with #D1A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A38B; }
p { color: rgb(209,163,139); }
H1.HeaderClassName
{
color: #D1A38B;
}
.AnyTagClassName
{
color: #D1A38B;
}
</style>
background-color css
<style>
a { background-color: #D1A38B; }
a { background-color: rgb(209,163,139); }
div.DivClassName
{
background-color: #D1A38B;
}
.BgClassName
{
background-color: #D1A38B;
}
</style>
border-color css
<style>
span { border-color: #D1A38B; }
span { border-color: rgb(209,163,139); }
td.TdClassName
{
border-color: #D1A38B;
}
.TagClassName
{
border-color: #D1A38B;
}
</style>