Shades of Tahiti Gold #DD7B2C
Tints of Tahiti Gold #DD7B2C
RGB
CMYK
RGB Variations
Color information
#DD7B2C (or 0xDD7B2C) is known color: Tahiti Gold. HEX triplet: DD, 7B and 2C. RGB value is (221,123,44). Sum of RGB (Red+Green+Blue) = 221+123+44=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B2C is #2284D3. Grayscale: #8F8F8F. Windows color (decimal): -2262228 or 2915293. OLE color: 2915293.
HSL color Cylindrical-coordinate representation of color #DD7B2C: hue angle of 26.78º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD7B2C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.13 |
| HSL | 26.78º | 0.72% | 0.52% | - |
| HSV(B) | 26.78º | 0.8% | 0.87% | - |
| XYZ | 37.36 | 29.72 | 6.15 | - |
| YUV | 143.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 44 | 0 | 0.44 | 0.80 | 0.13 | 26.78 | 0.72 | 0.52 |
| Hex | DD | 7B | 2C | 0 | 2C | 50 | D | 1B | 48 | 34 |
| Octal | 335 | 173 | 54 | 0 | 54 | 120 | 15 | 33 | 110 | 64 |
| Binary | 11011101 | 1111011 | 101100 | 0 | 101100 | 1010000 | 1101 | 11011 | 1001000 | 110100 |
Color Harmonies of #DD7B2C
Complementary color
Monochromatic Colors of #DD7B2C
Black with #DD7B2C
Text Example
Text Example
White with #DD7B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B2C; }
p { color: rgb(221,123,44); }
H1.HeaderClassName
{
color: #DD7B2C;
}
.AnyTagClassName
{
color: #DD7B2C;
}
</style>
background-color css
<style>
a { background-color: #DD7B2C; }
a { background-color: rgb(221,123,44); }
div.DivClassName
{
background-color: #DD7B2C;
}
.BgClassName
{
background-color: #DD7B2C;
}
</style>
border-color css
<style>
span { border-color: #DD7B2C; }
span { border-color: rgb(221,123,44); }
td.TdClassName
{
border-color: #DD7B2C;
}
.TagClassName
{
border-color: #DD7B2C;
}
</style>