Shades of Cameo #D2A77A
Tints of Cameo #D2A77A
RGB
CMYK
RGB Variations
Color information
#D2A77A (or 0xD2A77A) is known color: Cameo. HEX triplet: D2, A7 and 7A. RGB value is (210,167,122). Sum of RGB (Red+Green+Blue) = 210+167+122=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A77A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A77A is #2D5885. Grayscale: #AEAEAE. Windows color (decimal): -2971782 or 8038354. OLE color: 8038354.
HSL color Cylindrical-coordinate representation of color #D2A77A: hue angle of 30.68º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2A77A is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 122 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.18 |
| HSL | 30.68º | 0.49% | 0.65% | - |
| HSV(B) | 30.68º | 0.42% | 0.82% | - |
| XYZ | 43.91 | 42.74 | 24.35 | - |
| YUV | 174.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 122 | 0 | 0.20 | 0.42 | 0.18 | 30.68 | 0.49 | 0.65 |
| Hex | D2 | A7 | 7A | 0 | 14 | 2A | 12 | 1F | 31 | 41 |
| Octal | 322 | 247 | 172 | 0 | 24 | 52 | 22 | 37 | 61 | 101 |
| Binary | 11010010 | 10100111 | 1111010 | 0 | 10100 | 101010 | 10010 | 11111 | 110001 | 1000001 |
Color Harmonies of #D2A77A
Complementary color
Monochromatic Colors of #D2A77A
Black with #D2A77A
Text Example
Text Example
White with #D2A77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A77A; }
p { color: rgb(210,167,122); }
H1.HeaderClassName
{
color: #D2A77A;
}
.AnyTagClassName
{
color: #D2A77A;
}
</style>
background-color css
<style>
a { background-color: #D2A77A; }
a { background-color: rgb(210,167,122); }
div.DivClassName
{
background-color: #D2A77A;
}
.BgClassName
{
background-color: #D2A77A;
}
</style>
border-color css
<style>
span { border-color: #D2A77A; }
span { border-color: rgb(210,167,122); }
td.TdClassName
{
border-color: #D2A77A;
}
.TagClassName
{
border-color: #D2A77A;
}
</style>