Shades of Copper #DD8F69
Tints of Copper #DD8F69
RGB
CMYK
RGB Variations
Color information
#DD8F69 (or 0xDD8F69) is known color: Copper. HEX triplet: DD, 8F and 69. RGB value is (221,143,105). Sum of RGB (Red+Green+Blue) = 221+143+105=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8F69 is #227096. Grayscale: #A2A2A2. Windows color (decimal): -2257047 or 6918109. OLE color: 6918109.
HSL color Cylindrical-coordinate representation of color #DD8F69: hue angle of 19.66º 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 #DD8F69 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 143 | 105 | - |
CMYK | 0 | 0.35 | 0.52 | 0.13 |
HSL | 19.66º | 0.63% | 0.64% | - |
HSV(B) | 19.66º | 0.52% | 0.87% | - |
XYZ | 42.19 | 36.04 | 18.1 | - |
YUV | 161.99 | 95.84 | 170.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 143 | 105 | 0 | 0.35 | 0.52 | 0.13 | 19.66 | 0.63 | 0.64 |
Hex | DD | 8F | 69 | 0 | 23 | 34 | D | 14 | 3F | 40 |
Octal | 335 | 217 | 151 | 0 | 43 | 64 | 15 | 24 | 77 | 100 |
Binary | 11011101 | 10001111 | 1101001 | 0 | 100011 | 110100 | 1101 | 10100 | 111111 | 1000000 |
Color Harmonies of #DD8F69
Complementary color
Monochromatic Colors of #DD8F69
Black with #DD8F69
Text Example
Text Example
White with #DD8F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F69; }
p { color: rgb(221,143,105); }
H1.HeaderClassName
{
color: #DD8F69;
}
.AnyTagClassName
{
color: #DD8F69;
}
</style>
background-color css
<style>
a { background-color: #DD8F69; }
a { background-color: rgb(221,143,105); }
div.DivClassName
{
background-color: #DD8F69;
}
.BgClassName
{
background-color: #DD8F69;
}
</style>
border-color css
<style>
span { border-color: #DD8F69; }
span { border-color: rgb(221,143,105); }
td.TdClassName
{
border-color: #DD8F69;
}
.TagClassName
{
border-color: #DD8F69;
}
</style>