Shades of Cameo #D1A275
Tints of Cameo #D1A275
RGB
CMYK
RGB Variations
Color information
#D1A275 (or 0xD1A275) is known color: Cameo. HEX triplet: D1, A2 and 75. RGB value is (209,162,117). Sum of RGB (Red+Green+Blue) = 209+162+117=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A275 is #2E5D8A. Grayscale: #ABABAB. Windows color (decimal): -3038603 or 7709393. OLE color: 7709393.
HSL color Cylindrical-coordinate representation of color #D1A275: hue angle of 29.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1A275 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 162 | 117 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.18 |
| HSL | 29.35º | 0.5% | 0.64% | - |
| HSV(B) | 29.35º | 0.44% | 0.82% | - |
| XYZ | 42.43 | 40.68 | 22.45 | - |
| YUV | 170.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 162 | 117 | 0 | 0.22 | 0.44 | 0.18 | 29.35 | 0.5 | 0.64 |
| Hex | D1 | A2 | 75 | 0 | 16 | 2C | 12 | 1D | 32 | 40 |
| Octal | 321 | 242 | 165 | 0 | 26 | 54 | 22 | 35 | 62 | 100 |
| Binary | 11010001 | 10100010 | 1110101 | 0 | 10110 | 101100 | 10010 | 11101 | 110010 | 1000000 |
Color Harmonies of #D1A275
Complementary color
Monochromatic Colors of #D1A275
Black with #D1A275
Text Example
Text Example
White with #D1A275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A275; }
p { color: rgb(209,162,117); }
H1.HeaderClassName
{
color: #D1A275;
}
.AnyTagClassName
{
color: #D1A275;
}
</style>
background-color css
<style>
a { background-color: #D1A275; }
a { background-color: rgb(209,162,117); }
div.DivClassName
{
background-color: #D1A275;
}
.BgClassName
{
background-color: #D1A275;
}
</style>
border-color css
<style>
span { border-color: #D1A275; }
span { border-color: rgb(209,162,117); }
td.TdClassName
{
border-color: #D1A275;
}
.TagClassName
{
border-color: #D1A275;
}
</style>