Shades of Tahiti Gold #DD7C2A
Tints of Tahiti Gold #DD7C2A
RGB
CMYK
RGB Variations
Color information
#DD7C2A (or 0xDD7C2A) is known color: Tahiti Gold. HEX triplet: DD, 7C and 2A. RGB value is (221,124,42). Sum of RGB (Red+Green+Blue) = 221+124+42=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C2A is #2283D5. Grayscale: #909090. Windows color (decimal): -2261974 or 2784477. OLE color: 2784477.
HSL color Cylindrical-coordinate representation of color #DD7C2A: hue angle of 27.49º 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 #DD7C2A is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 42 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.13 |
| HSL | 27.49º | 0.72% | 0.52% | - |
| HSV(B) | 27.49º | 0.81% | 0.87% | - |
| XYZ | 37.44 | 29.95 | 6 | - |
| YUV | 143.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 42 | 0 | 0.44 | 0.81 | 0.13 | 27.49 | 0.72 | 0.52 |
| Hex | DD | 7C | 2A | 0 | 2C | 51 | D | 1B | 48 | 34 |
| Octal | 335 | 174 | 52 | 0 | 54 | 121 | 15 | 33 | 110 | 64 |
| Binary | 11011101 | 1111100 | 101010 | 0 | 101100 | 1010001 | 1101 | 11011 | 1001000 | 110100 |
Color Harmonies of #DD7C2A
Complementary color
Monochromatic Colors of #DD7C2A
Black with #DD7C2A
Text Example
Text Example
White with #DD7C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C2A; }
p { color: rgb(221,124,42); }
H1.HeaderClassName
{
color: #DD7C2A;
}
.AnyTagClassName
{
color: #DD7C2A;
}
</style>
background-color css
<style>
a { background-color: #DD7C2A; }
a { background-color: rgb(221,124,42); }
div.DivClassName
{
background-color: #DD7C2A;
}
.BgClassName
{
background-color: #DD7C2A;
}
</style>
border-color css
<style>
span { border-color: #DD7C2A; }
span { border-color: rgb(221,124,42); }
td.TdClassName
{
border-color: #DD7C2A;
}
.TagClassName
{
border-color: #DD7C2A;
}
</style>