Shades of Copper #DD926A
Tints of Copper #DD926A
RGB
CMYK
RGB Variations
Color information
#DD926A (or 0xDD926A) is known color: Copper. HEX triplet: DD, 92 and 6A. RGB value is (221,146,106). Sum of RGB (Red+Green+Blue) = 221+146+106=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD926A is #226D95. Grayscale: #A4A4A4. Windows color (decimal): -2256278 or 6984413. OLE color: 6984413.
HSL color Cylindrical-coordinate representation of color #DD926A: hue angle of 20.87º 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 #DD926A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 106 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.13 |
| HSL | 20.87º | 0.63% | 0.64% | - |
| HSV(B) | 20.87º | 0.52% | 0.87% | - |
| XYZ | 42.7 | 36.97 | 18.52 | - |
| YUV | 163.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 106 | 0 | 0.34 | 0.52 | 0.13 | 20.87 | 0.63 | 0.64 |
| Hex | DD | 92 | 6A | 0 | 22 | 34 | D | 15 | 3F | 40 |
| Octal | 335 | 222 | 152 | 0 | 42 | 64 | 15 | 25 | 77 | 100 |
| Binary | 11011101 | 10010010 | 1101010 | 0 | 100010 | 110100 | 1101 | 10101 | 111111 | 1000000 |
Color Harmonies of #DD926A
Complementary color
Monochromatic Colors of #DD926A
Black with #DD926A
Text Example
Text Example
White with #DD926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD926A; }
p { color: rgb(221,146,106); }
H1.HeaderClassName
{
color: #DD926A;
}
.AnyTagClassName
{
color: #DD926A;
}
</style>
background-color css
<style>
a { background-color: #DD926A; }
a { background-color: rgb(221,146,106); }
div.DivClassName
{
background-color: #DD926A;
}
.BgClassName
{
background-color: #DD926A;
}
</style>
border-color css
<style>
span { border-color: #DD926A; }
span { border-color: rgb(221,146,106); }
td.TdClassName
{
border-color: #DD926A;
}
.TagClassName
{
border-color: #DD926A;
}
</style>