Shades of Cameo #D4A683
Tints of Cameo #D4A683
RGB
CMYK
RGB Variations
Color information
#D4A683 (or 0xD4A683) is known color: Cameo. HEX triplet: D4, A6 and 83. RGB value is (212,166,131). Sum of RGB (Red+Green+Blue) = 212+166+131=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A683 is #2B597C. Grayscale: #AFAFAF. Windows color (decimal): -2840957 or 8627924. OLE color: 8627924.
HSL color Cylindrical-coordinate representation of color #D4A683: hue angle of 25.93º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D4A683 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 131 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.17 |
| HSL | 25.93º | 0.49% | 0.67% | - |
| HSV(B) | 25.93º | 0.38% | 0.83% | - |
| XYZ | 44.88 | 42.91 | 27.39 | - |
| YUV | 175.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 131 | 0 | 0.22 | 0.38 | 0.17 | 25.93 | 0.49 | 0.67 |
| Hex | D4 | A6 | 83 | 0 | 16 | 26 | 11 | 1A | 31 | 43 |
| Octal | 324 | 246 | 203 | 0 | 26 | 46 | 21 | 32 | 61 | 103 |
| Binary | 11010100 | 10100110 | 10000011 | 0 | 10110 | 100110 | 10001 | 11010 | 110001 | 1000011 |
Color Harmonies of #D4A683
Complementary color
Monochromatic Colors of #D4A683
Black with #D4A683
Text Example
Text Example
White with #D4A683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A683; }
p { color: rgb(212,166,131); }
H1.HeaderClassName
{
color: #D4A683;
}
.AnyTagClassName
{
color: #D4A683;
}
</style>
background-color css
<style>
a { background-color: #D4A683; }
a { background-color: rgb(212,166,131); }
div.DivClassName
{
background-color: #D4A683;
}
.BgClassName
{
background-color: #D4A683;
}
</style>
border-color css
<style>
span { border-color: #D4A683; }
span { border-color: rgb(212,166,131); }
td.TdClassName
{
border-color: #D4A683;
}
.TagClassName
{
border-color: #D4A683;
}
</style>