Shades of Cameo #D4A883
Tints of Cameo #D4A883
RGB
CMYK
RGB Variations
Color information
#D4A883 (or 0xD4A883) is known color: Cameo. HEX triplet: D4, A8 and 83. RGB value is (212,168,131). Sum of RGB (Red+Green+Blue) = 212+168+131=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A883 is #2B577C. Grayscale: #B1B1B1. Windows color (decimal): -2840445 or 8628436. OLE color: 8628436.
HSL color Cylindrical-coordinate representation of color #D4A883: hue angle of 27.41º 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 #D4A883 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 131 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.17 |
| HSL | 27.41º | 0.49% | 0.67% | - |
| HSV(B) | 27.41º | 0.38% | 0.83% | - |
| XYZ | 45.25 | 43.64 | 27.51 | - |
| YUV | 176.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 131 | 0 | 0.21 | 0.38 | 0.17 | 27.41 | 0.49 | 0.67 |
| Hex | D4 | A8 | 83 | 0 | 15 | 26 | 11 | 1B | 31 | 43 |
| Octal | 324 | 250 | 203 | 0 | 25 | 46 | 21 | 33 | 61 | 103 |
| Binary | 11010100 | 10101000 | 10000011 | 0 | 10101 | 100110 | 10001 | 11011 | 110001 | 1000011 |
Color Harmonies of #D4A883
Complementary color
Monochromatic Colors of #D4A883
Black with #D4A883
Text Example
Text Example
White with #D4A883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A883; }
p { color: rgb(212,168,131); }
H1.HeaderClassName
{
color: #D4A883;
}
.AnyTagClassName
{
color: #D4A883;
}
</style>
background-color css
<style>
a { background-color: #D4A883; }
a { background-color: rgb(212,168,131); }
div.DivClassName
{
background-color: #D4A883;
}
.BgClassName
{
background-color: #D4A883;
}
</style>
border-color css
<style>
span { border-color: #D4A883; }
span { border-color: rgb(212,168,131); }
td.TdClassName
{
border-color: #D4A883;
}
.TagClassName
{
border-color: #D4A883;
}
</style>