Shades of Tahiti Gold #DD822A
Tints of Tahiti Gold #DD822A
RGB
CMYK
RGB Variations
Color information
#DD822A (or 0xDD822A) is known color: Tahiti Gold. HEX triplet: DD, 82 and 2A. RGB value is (221,130,42). Sum of RGB (Red+Green+Blue) = 221+130+42=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD822A is #227DD5. Grayscale: #939393. Windows color (decimal): -2260438 or 2786013. OLE color: 2786013.
HSL color Cylindrical-coordinate representation of color #DD822A: hue angle of 29.5º 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 #DD822A is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 42 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.13 |
| HSL | 29.5º | 0.72% | 0.52% | - |
| HSV(B) | 29.5º | 0.81% | 0.87% | - |
| XYZ | 38.22 | 31.5 | 6.26 | - |
| YUV | 147.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 42 | 0 | 0.41 | 0.81 | 0.13 | 29.5 | 0.72 | 0.52 |
| Hex | DD | 82 | 2A | 0 | 29 | 51 | D | 1D | 48 | 34 |
| Octal | 335 | 202 | 52 | 0 | 51 | 121 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000010 | 101010 | 0 | 101001 | 1010001 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD822A
Complementary color
Monochromatic Colors of #DD822A
Black with #DD822A
Text Example
Text Example
White with #DD822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD822A; }
p { color: rgb(221,130,42); }
H1.HeaderClassName
{
color: #DD822A;
}
.AnyTagClassName
{
color: #DD822A;
}
</style>
background-color css
<style>
a { background-color: #DD822A; }
a { background-color: rgb(221,130,42); }
div.DivClassName
{
background-color: #DD822A;
}
.BgClassName
{
background-color: #DD822A;
}
</style>
border-color css
<style>
span { border-color: #DD822A; }
span { border-color: rgb(221,130,42); }
td.TdClassName
{
border-color: #DD822A;
}
.TagClassName
{
border-color: #DD822A;
}
</style>