Shades of Tahiti Gold #DD822B
Tints of Tahiti Gold #DD822B
RGB
CMYK
RGB Variations
Color information
#DD822B (or 0xDD822B) is known color: Tahiti Gold. HEX triplet: DD, 82 and 2B. RGB value is (221,130,43). Sum of RGB (Red+Green+Blue) = 221+130+43=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 43 (17.19% from 255 or 10.91% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822B is #227DD4. Grayscale: #939393. Windows color (decimal): -2260437 or 2851549. OLE color: 2851549.
HSL color Cylindrical-coordinate representation of color #DD822B: hue angle of 29.33º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD822B is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 43 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.13 |
| HSL | 29.33º | 0.72% | 0.52% | - |
| HSV(B) | 29.33º | 0.81% | 0.87% | - |
| XYZ | 38.24 | 31.51 | 6.35 | - |
| YUV | 147.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 43 | 0 | 0.41 | 0.81 | 0.13 | 29.33 | 0.72 | 0.52 |
| Hex | DD | 82 | 2B | 0 | 29 | 51 | D | 1D | 48 | 34 |
| Octal | 335 | 202 | 53 | 0 | 51 | 121 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000010 | 101011 | 0 | 101001 | 1010001 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD822B
Complementary color
Monochromatic Colors of #DD822B
Black with #DD822B
Text Example
Text Example
White with #DD822B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD822B; }
p { color: rgb(221,130,43); }
H1.HeaderClassName
{
color: #DD822B;
}
.AnyTagClassName
{
color: #DD822B;
}
</style>
background-color css
<style>
a { background-color: #DD822B; }
a { background-color: rgb(221,130,43); }
div.DivClassName
{
background-color: #DD822B;
}
.BgClassName
{
background-color: #DD822B;
}
</style>
border-color css
<style>
span { border-color: #DD822B; }
span { border-color: rgb(221,130,43); }
td.TdClassName
{
border-color: #DD822B;
}
.TagClassName
{
border-color: #DD822B;
}
</style>