Shades of Cameo #D4A582
Tints of Cameo #D4A582
RGB
CMYK
RGB Variations
Color information
#D4A582 (or 0xD4A582) is known color: Cameo. HEX triplet: D4, A5 and 82. RGB value is (212,165,130). Sum of RGB (Red+Green+Blue) = 212+165+130=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A582 is #2B5A7D. Grayscale: #AFAFAF. Windows color (decimal): -2841214 or 8562132. OLE color: 8562132.
HSL color Cylindrical-coordinate representation of color #D4A582: hue angle of 25.61º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4A582 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 165 | 130 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.17 |
| HSL | 25.61º | 0.49% | 0.67% | - |
| HSV(B) | 25.61º | 0.39% | 0.83% | - |
| XYZ | 44.64 | 42.52 | 26.97 | - |
| YUV | 175.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 165 | 130 | 0 | 0.22 | 0.39 | 0.17 | 25.61 | 0.49 | 0.67 |
| Hex | D4 | A5 | 82 | 0 | 16 | 27 | 11 | 1A | 31 | 43 |
| Octal | 324 | 245 | 202 | 0 | 26 | 47 | 21 | 32 | 61 | 103 |
| Binary | 11010100 | 10100101 | 10000010 | 0 | 10110 | 100111 | 10001 | 11010 | 110001 | 1000011 |
Color Harmonies of #D4A582
Complementary color
Monochromatic Colors of #D4A582
Black with #D4A582
Text Example
Text Example
White with #D4A582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A582; }
p { color: rgb(212,165,130); }
H1.HeaderClassName
{
color: #D4A582;
}
.AnyTagClassName
{
color: #D4A582;
}
</style>
background-color css
<style>
a { background-color: #D4A582; }
a { background-color: rgb(212,165,130); }
div.DivClassName
{
background-color: #D4A582;
}
.BgClassName
{
background-color: #D4A582;
}
</style>
border-color css
<style>
span { border-color: #D4A582; }
span { border-color: rgb(212,165,130); }
td.TdClassName
{
border-color: #D4A582;
}
.TagClassName
{
border-color: #D4A582;
}
</style>