Shades of Cameo #D4A380
Tints of Cameo #D4A380
RGB
CMYK
RGB Variations
Color information
#D4A380 (or 0xD4A380) is known color: Cameo. HEX triplet: D4, A3 and 80. RGB value is (212,163,128). Sum of RGB (Red+Green+Blue) = 212+163+128=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A380 is #2B5C7F. Grayscale: #ADADAD. Windows color (decimal): -2841728 or 8430548. OLE color: 8430548.
HSL color Cylindrical-coordinate representation of color #D4A380: hue angle of 25º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4A380 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 128 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.17 |
| HSL | 25º | 0.49% | 0.67% | - |
| HSV(B) | 25º | 0.4% | 0.83% | - |
| XYZ | 44.14 | 41.75 | 26.15 | - |
| YUV | 173.66 | 102.23 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 128 | 0 | 0.23 | 0.40 | 0.17 | 25 | 0.49 | 0.67 |
| Hex | D4 | A3 | 80 | 0 | 17 | 28 | 11 | 19 | 31 | 43 |
| Octal | 324 | 243 | 200 | 0 | 27 | 50 | 21 | 31 | 61 | 103 |
| Binary | 11010100 | 10100011 | 10000000 | 0 | 10111 | 101000 | 10001 | 11001 | 110001 | 1000011 |
Color Harmonies of #D4A380
Complementary color
Monochromatic Colors of #D4A380
Black with #D4A380
Text Example
Text Example
White with #D4A380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A380; }
p { color: rgb(212,163,128); }
H1.HeaderClassName
{
color: #D4A380;
}
.AnyTagClassName
{
color: #D4A380;
}
</style>
background-color css
<style>
a { background-color: #D4A380; }
a { background-color: rgb(212,163,128); }
div.DivClassName
{
background-color: #D4A380;
}
.BgClassName
{
background-color: #D4A380;
}
</style>
border-color css
<style>
span { border-color: #D4A380; }
span { border-color: rgb(212,163,128); }
td.TdClassName
{
border-color: #D4A380;
}
.TagClassName
{
border-color: #D4A380;
}
</style>