Shades of Cameo #D3A97D
Tints of Cameo #D3A97D
RGB
CMYK
RGB Variations
Color information
#D3A97D (or 0xD3A97D) is known color: Cameo. HEX triplet: D3, A9 and 7D. RGB value is (211,169,125). Sum of RGB (Red+Green+Blue) = 211+169+125=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A97D is #2C5682. Grayscale: #B0B0B0. Windows color (decimal): -2905731 or 8235475. OLE color: 8235475.
HSL color Cylindrical-coordinate representation of color #D3A97D: hue angle of 30.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3A97D is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 169 | 125 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.17 |
| HSL | 30.7º | 0.49% | 0.66% | - |
| HSV(B) | 30.7º | 0.41% | 0.83% | - |
| XYZ | 44.75 | 43.71 | 25.48 | - |
| YUV | 176.54 | 98.91 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 125 | 0 | 0.20 | 0.41 | 0.17 | 30.7 | 0.49 | 0.66 |
| Hex | D3 | A9 | 7D | 0 | 14 | 29 | 11 | 1F | 31 | 42 |
| Octal | 323 | 251 | 175 | 0 | 24 | 51 | 21 | 37 | 61 | 102 |
| Binary | 11010011 | 10101001 | 1111101 | 0 | 10100 | 101001 | 10001 | 11111 | 110001 | 1000010 |
Color Harmonies of #D3A97D
Complementary color
Monochromatic Colors of #D3A97D
Black with #D3A97D
Text Example
Text Example
White with #D3A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A97D; }
p { color: rgb(211,169,125); }
H1.HeaderClassName
{
color: #D3A97D;
}
.AnyTagClassName
{
color: #D3A97D;
}
</style>
background-color css
<style>
a { background-color: #D3A97D; }
a { background-color: rgb(211,169,125); }
div.DivClassName
{
background-color: #D3A97D;
}
.BgClassName
{
background-color: #D3A97D;
}
</style>
border-color css
<style>
span { border-color: #D3A97D; }
span { border-color: rgb(211,169,125); }
td.TdClassName
{
border-color: #D3A97D;
}
.TagClassName
{
border-color: #D3A97D;
}
</style>