Shades of Copper #DD926B
Tints of Copper #DD926B
RGB
CMYK
RGB Variations
Color information
#DD926B (or 0xDD926B) is known color: Copper. HEX triplet: DD, 92 and 6B. RGB value is (221,146,107). Sum of RGB (Red+Green+Blue) = 221+146+107=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD926B is #226D94. Grayscale: #A4A4A4. Windows color (decimal): -2256277 or 7049949. OLE color: 7049949.
HSL color Cylindrical-coordinate representation of color #DD926B: hue angle of 20.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD926B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 107 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.13 |
| HSL | 20.53º | 0.63% | 0.64% | - |
| HSV(B) | 20.53º | 0.52% | 0.87% | - |
| XYZ | 42.75 | 36.99 | 18.8 | - |
| YUV | 163.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 107 | 0 | 0.34 | 0.52 | 0.13 | 20.53 | 0.63 | 0.64 |
| Hex | DD | 92 | 6B | 0 | 22 | 34 | D | 15 | 3F | 40 |
| Octal | 335 | 222 | 153 | 0 | 42 | 64 | 15 | 25 | 77 | 100 |
| Binary | 11011101 | 10010010 | 1101011 | 0 | 100010 | 110100 | 1101 | 10101 | 111111 | 1000000 |
Color Harmonies of #DD926B
Complementary color
Monochromatic Colors of #DD926B
Black with #DD926B
Text Example
Text Example
White with #DD926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD926B; }
p { color: rgb(221,146,107); }
H1.HeaderClassName
{
color: #DD926B;
}
.AnyTagClassName
{
color: #DD926B;
}
</style>
background-color css
<style>
a { background-color: #DD926B; }
a { background-color: rgb(221,146,107); }
div.DivClassName
{
background-color: #DD926B;
}
.BgClassName
{
background-color: #DD926B;
}
</style>
border-color css
<style>
span { border-color: #DD926B; }
span { border-color: rgb(221,146,107); }
td.TdClassName
{
border-color: #DD926B;
}
.TagClassName
{
border-color: #DD926B;
}
</style>