Shades of Cameo #D1A783
Tints of Cameo #D1A783
RGB
CMYK
RGB Variations
Color information
#D1A783 (or 0xD1A783) is known color: Cameo. HEX triplet: D1, A7 and 83. RGB value is (209,167,131). Sum of RGB (Red+Green+Blue) = 209+167+131=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A783 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A783 is #2E587C. Grayscale: #AFAFAF. Windows color (decimal): -3037309 or 8628177. OLE color: 8628177.
HSL color Cylindrical-coordinate representation of color #D1A783: hue angle of 27.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1A783 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 167 | 131 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.18 |
| HSL | 27.69º | 0.46% | 0.67% | - |
| HSV(B) | 27.69º | 0.37% | 0.82% | - |
| XYZ | 44.21 | 42.83 | 27.41 | - |
| YUV | 175.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 167 | 131 | 0 | 0.20 | 0.37 | 0.18 | 27.69 | 0.46 | 0.67 |
| Hex | D1 | A7 | 83 | 0 | 14 | 25 | 12 | 1C | 2E | 43 |
| Octal | 321 | 247 | 203 | 0 | 24 | 45 | 22 | 34 | 56 | 103 |
| Binary | 11010001 | 10100111 | 10000011 | 0 | 10100 | 100101 | 10010 | 11100 | 101110 | 1000011 |
Color Harmonies of #D1A783
Complementary color
Monochromatic Colors of #D1A783
Black with #D1A783
Text Example
Text Example
White with #D1A783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A783; }
p { color: rgb(209,167,131); }
H1.HeaderClassName
{
color: #D1A783;
}
.AnyTagClassName
{
color: #D1A783;
}
</style>
background-color css
<style>
a { background-color: #D1A783; }
a { background-color: rgb(209,167,131); }
div.DivClassName
{
background-color: #D1A783;
}
.BgClassName
{
background-color: #D1A783;
}
</style>
border-color css
<style>
span { border-color: #D1A783; }
span { border-color: rgb(209,167,131); }
td.TdClassName
{
border-color: #D1A783;
}
.TagClassName
{
border-color: #D1A783;
}
</style>