Shades of Cameo #D3A779
Tints of Cameo #D3A779
RGB
CMYK
RGB Variations
Color information
#D3A779 (or 0xD3A779) is known color: Cameo. HEX triplet: D3, A7 and 79. RGB value is (211,167,121). Sum of RGB (Red+Green+Blue) = 211+167+121=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A779 is #2C5886. Grayscale: #AFAFAF. Windows color (decimal): -2906247 or 7972819. OLE color: 7972819.
HSL color Cylindrical-coordinate representation of color #D3A779: hue angle of 30.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D3A779 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 121 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.17 |
| HSL | 30.67º | 0.51% | 0.65% | - |
| HSV(B) | 30.67º | 0.43% | 0.83% | - |
| XYZ | 44.13 | 42.87 | 24.04 | - |
| YUV | 174.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 121 | 0 | 0.21 | 0.43 | 0.17 | 30.67 | 0.51 | 0.65 |
| Hex | D3 | A7 | 79 | 0 | 15 | 2B | 11 | 1F | 33 | 41 |
| Octal | 323 | 247 | 171 | 0 | 25 | 53 | 21 | 37 | 63 | 101 |
| Binary | 11010011 | 10100111 | 1111001 | 0 | 10101 | 101011 | 10001 | 11111 | 110011 | 1000001 |
Color Harmonies of #D3A779
Complementary color
Monochromatic Colors of #D3A779
Black with #D3A779
Text Example
Text Example
White with #D3A779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A779; }
p { color: rgb(211,167,121); }
H1.HeaderClassName
{
color: #D3A779;
}
.AnyTagClassName
{
color: #D3A779;
}
</style>
background-color css
<style>
a { background-color: #D3A779; }
a { background-color: rgb(211,167,121); }
div.DivClassName
{
background-color: #D3A779;
}
.BgClassName
{
background-color: #D3A779;
}
</style>
border-color css
<style>
span { border-color: #D3A779; }
span { border-color: rgb(211,167,121); }
td.TdClassName
{
border-color: #D3A779;
}
.TagClassName
{
border-color: #D3A779;
}
</style>