Shades of Tahiti Gold #DD812A
Tints of Tahiti Gold #DD812A
RGB
CMYK
RGB Variations
Color information
#DD812A (or 0xDD812A) is known color: Tahiti Gold. HEX triplet: DD, 81 and 2A. RGB value is (221,129,42). Sum of RGB (Red+Green+Blue) = 221+129+42=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD812A is #227ED5. Grayscale: #939393. Windows color (decimal): -2260694 or 2785757. OLE color: 2785757.
HSL color Cylindrical-coordinate representation of color #DD812A: hue angle of 29.16º 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 #DD812A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 42 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.13 |
| HSL | 29.16º | 0.72% | 0.52% | - |
| HSV(B) | 29.16º | 0.81% | 0.87% | - |
| XYZ | 38.09 | 31.24 | 6.21 | - |
| YUV | 146.59 | 68.98 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 42 | 0 | 0.42 | 0.81 | 0.13 | 29.16 | 0.72 | 0.52 |
| Hex | DD | 81 | 2A | 0 | 2A | 51 | D | 1D | 48 | 34 |
| Octal | 335 | 201 | 52 | 0 | 52 | 121 | 15 | 35 | 110 | 64 |
| Binary | 11011101 | 10000001 | 101010 | 0 | 101010 | 1010001 | 1101 | 11101 | 1001000 | 110100 |
Color Harmonies of #DD812A
Complementary color
Monochromatic Colors of #DD812A
Black with #DD812A
Text Example
Text Example
White with #DD812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD812A; }
p { color: rgb(221,129,42); }
H1.HeaderClassName
{
color: #DD812A;
}
.AnyTagClassName
{
color: #DD812A;
}
</style>
background-color css
<style>
a { background-color: #DD812A; }
a { background-color: rgb(221,129,42); }
div.DivClassName
{
background-color: #DD812A;
}
.BgClassName
{
background-color: #DD812A;
}
</style>
border-color css
<style>
span { border-color: #DD812A; }
span { border-color: rgb(221,129,42); }
td.TdClassName
{
border-color: #DD812A;
}
.TagClassName
{
border-color: #DD812A;
}
</style>