Shades of Cameo #D2A382
Tints of Cameo #D2A382
RGB
CMYK
RGB Variations
Color information
#D2A382 (or 0xD2A382) is known color: Cameo. HEX triplet: D2, A3 and 82. RGB value is (210,163,130). Sum of RGB (Red+Green+Blue) = 210+163+130=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A382 is #2D5C7D. Grayscale: #ADADAD. Windows color (decimal): -2972798 or 8561618. OLE color: 8561618.
HSL color Cylindrical-coordinate representation of color #D2A382: hue angle of 24.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2A382 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 163 | 130 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.18 |
| HSL | 24.75º | 0.47% | 0.67% | - |
| HSV(B) | 24.75º | 0.38% | 0.82% | - |
| XYZ | 43.7 | 41.51 | 26.83 | - |
| YUV | 173.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 163 | 130 | 0 | 0.22 | 0.38 | 0.18 | 24.75 | 0.47 | 0.67 |
| Hex | D2 | A3 | 82 | 0 | 16 | 26 | 12 | 19 | 2F | 43 |
| Octal | 322 | 243 | 202 | 0 | 26 | 46 | 22 | 31 | 57 | 103 |
| Binary | 11010010 | 10100011 | 10000010 | 0 | 10110 | 100110 | 10010 | 11001 | 101111 | 1000011 |
Color Harmonies of #D2A382
Complementary color
Monochromatic Colors of #D2A382
Black with #D2A382
Text Example
Text Example
White with #D2A382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A382; }
p { color: rgb(210,163,130); }
H1.HeaderClassName
{
color: #D2A382;
}
.AnyTagClassName
{
color: #D2A382;
}
</style>
background-color css
<style>
a { background-color: #D2A382; }
a { background-color: rgb(210,163,130); }
div.DivClassName
{
background-color: #D2A382;
}
.BgClassName
{
background-color: #D2A382;
}
</style>
border-color css
<style>
span { border-color: #D2A382; }
span { border-color: rgb(210,163,130); }
td.TdClassName
{
border-color: #D2A382;
}
.TagClassName
{
border-color: #D2A382;
}
</style>