Shades of Tahiti Gold #DD772B
Tints of Tahiti Gold #DD772B
RGB
CMYK
RGB Variations
Color information
#DD772B (or 0xDD772B) is known color: Tahiti Gold. HEX triplet: DD, 77 and 2B. RGB value is (221,119,43). Sum of RGB (Red+Green+Blue) = 221+119+43=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD772B is #2288D4. Grayscale: #8D8D8D. Windows color (decimal): -2263253 or 2848733. OLE color: 2848733.
HSL color Cylindrical-coordinate representation of color #DD772B: hue angle of 25.62º 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 #DD772B is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 43 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.13 |
| HSL | 25.62º | 0.72% | 0.52% | - |
| HSV(B) | 25.62º | 0.81% | 0.87% | - |
| XYZ | 36.85 | 28.74 | 5.89 | - |
| YUV | 140.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 43 | 0 | 0.46 | 0.81 | 0.13 | 25.62 | 0.72 | 0.52 |
| Hex | DD | 77 | 2B | 0 | 2E | 51 | D | 1A | 48 | 34 |
| Octal | 335 | 167 | 53 | 0 | 56 | 121 | 15 | 32 | 110 | 64 |
| Binary | 11011101 | 1110111 | 101011 | 0 | 101110 | 1010001 | 1101 | 11010 | 1001000 | 110100 |
Color Harmonies of #DD772B
Complementary color
Monochromatic Colors of #DD772B
Black with #DD772B
Text Example
Text Example
White with #DD772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD772B; }
p { color: rgb(221,119,43); }
H1.HeaderClassName
{
color: #DD772B;
}
.AnyTagClassName
{
color: #DD772B;
}
</style>
background-color css
<style>
a { background-color: #DD772B; }
a { background-color: rgb(221,119,43); }
div.DivClassName
{
background-color: #DD772B;
}
.BgClassName
{
background-color: #DD772B;
}
</style>
border-color css
<style>
span { border-color: #DD772B; }
span { border-color: rgb(221,119,43); }
td.TdClassName
{
border-color: #DD772B;
}
.TagClassName
{
border-color: #DD772B;
}
</style>