Shades of Tahiti Gold #DD7B1D
Tints of Tahiti Gold #DD7B1D
RGB
CMYK
RGB Variations
Color information
#DD7B1D (or 0xDD7B1D) is known color: Tahiti Gold. HEX triplet: DD, 7B and 1D. RGB value is (221,123,29). Sum of RGB (Red+Green+Blue) = 221+123+29=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B1D is #2284E2. Grayscale: #8E8E8E. Windows color (decimal): -2262243 or 1932253. OLE color: 1932253.
HSL color Cylindrical-coordinate representation of color #DD7B1D: hue angle of 29.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD7B1D is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 29 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.13 |
| HSL | 29.38º | 0.77% | 0.49% | - |
| HSV(B) | 29.38º | 0.87% | 0.87% | - |
| XYZ | 37.12 | 29.63 | 4.92 | - |
| YUV | 141.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 29 | 0 | 0.44 | 0.87 | 0.13 | 29.38 | 0.77 | 0.49 |
| Hex | DD | 7B | 1D | 0 | 2C | 57 | D | 1D | 4D | 31 |
| Octal | 335 | 173 | 35 | 0 | 54 | 127 | 15 | 35 | 115 | 61 |
| Binary | 11011101 | 1111011 | 11101 | 0 | 101100 | 1010111 | 1101 | 11101 | 1001101 | 110001 |
Color Harmonies of #DD7B1D
Complementary color
Monochromatic Colors of #DD7B1D
Black with #DD7B1D
Text Example
Text Example
White with #DD7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B1D; }
p { color: rgb(221,123,29); }
H1.HeaderClassName
{
color: #DD7B1D;
}
.AnyTagClassName
{
color: #DD7B1D;
}
</style>
background-color css
<style>
a { background-color: #DD7B1D; }
a { background-color: rgb(221,123,29); }
div.DivClassName
{
background-color: #DD7B1D;
}
.BgClassName
{
background-color: #DD7B1D;
}
</style>
border-color css
<style>
span { border-color: #DD7B1D; }
span { border-color: rgb(221,123,29); }
td.TdClassName
{
border-color: #DD7B1D;
}
.TagClassName
{
border-color: #DD7B1D;
}
</style>