Shades of Copper #D99269
Tints of Copper #D99269
RGB
CMYK
RGB Variations
Color information
#D99269 (or 0xD99269) is known color: Copper. HEX triplet: D9, 92 and 69. RGB value is (217,146,105). Sum of RGB (Red+Green+Blue) = 217+146+105=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D99269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99269 is #266D96. Grayscale: #A2A2A2. Windows color (decimal): -2518423 or 6918873. OLE color: 6918873.
HSL color Cylindrical-coordinate representation of color #D99269: hue angle of 21.96º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D99269 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 105 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.15 |
| HSL | 21.96º | 0.6% | 0.63% | - |
| HSV(B) | 21.96º | 0.52% | 0.85% | - |
| XYZ | 41.44 | 36.33 | 18.19 | - |
| YUV | 162.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 105 | 0 | 0.33 | 0.52 | 0.15 | 21.96 | 0.6 | 0.63 |
| Hex | D9 | 92 | 69 | 0 | 21 | 34 | F | 16 | 3C | 3F |
| Octal | 331 | 222 | 151 | 0 | 41 | 64 | 17 | 26 | 74 | 77 |
| Binary | 11011001 | 10010010 | 1101001 | 0 | 100001 | 110100 | 1111 | 10110 | 111100 | 111111 |
Color Harmonies of #D99269
Complementary color
Monochromatic Colors of #D99269
Black with #D99269
Text Example
Text Example
White with #D99269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99269; }
p { color: rgb(217,146,105); }
H1.HeaderClassName
{
color: #D99269;
}
.AnyTagClassName
{
color: #D99269;
}
</style>
background-color css
<style>
a { background-color: #D99269; }
a { background-color: rgb(217,146,105); }
div.DivClassName
{
background-color: #D99269;
}
.BgClassName
{
background-color: #D99269;
}
</style>
border-color css
<style>
span { border-color: #D99269; }
span { border-color: rgb(217,146,105); }
td.TdClassName
{
border-color: #D99269;
}
.TagClassName
{
border-color: #D99269;
}
</style>