Shades of Cameo #D2A375
Tints of Cameo #D2A375
RGB
CMYK
RGB Variations
Color information
#D2A375 (or 0xD2A375) is known color: Cameo. HEX triplet: D2, A3 and 75. RGB value is (210,163,117). Sum of RGB (Red+Green+Blue) = 210+163+117=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A375 is #2D5C8A. Grayscale: #ACACAC. Windows color (decimal): -2972811 or 7709650. OLE color: 7709650.
HSL color Cylindrical-coordinate representation of color #D2A375: hue angle of 29.68º degrees, saturation: 0.51, 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 #D2A375 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 117 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.18 |
| HSL | 29.68º | 0.51% | 0.64% | - |
| HSV(B) | 29.68º | 0.44% | 0.82% | - |
| XYZ | 42.89 | 41.18 | 22.52 | - |
| YUV | 171.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 117 | 0 | 0.22 | 0.44 | 0.18 | 29.68 | 0.51 | 0.64 |
| Hex | D2 | A3 | 75 | 0 | 16 | 2C | 12 | 1E | 33 | 40 |
| Octal | 322 | 243 | 165 | 0 | 26 | 54 | 22 | 36 | 63 | 100 |
| Binary | 11010010 | 10100011 | 1110101 | 0 | 10110 | 101100 | 10010 | 11110 | 110011 | 1000000 |
Color Harmonies of #D2A375
Complementary color
Monochromatic Colors of #D2A375
Black with #D2A375
Text Example
Text Example
White with #D2A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A375; }
p { color: rgb(210,163,117); }
H1.HeaderClassName
{
color: #D2A375;
}
.AnyTagClassName
{
color: #D2A375;
}
</style>
background-color css
<style>
a { background-color: #D2A375; }
a { background-color: rgb(210,163,117); }
div.DivClassName
{
background-color: #D2A375;
}
.BgClassName
{
background-color: #D2A375;
}
</style>
border-color css
<style>
span { border-color: #D2A375; }
span { border-color: rgb(210,163,117); }
td.TdClassName
{
border-color: #D2A375;
}
.TagClassName
{
border-color: #D2A375;
}
</style>