Shades of Tahiti Gold #DD7B1E
Tints of Tahiti Gold #DD7B1E
RGB
CMYK
RGB Variations
Color information
#DD7B1E (or 0xDD7B1E) is known color: Tahiti Gold. HEX triplet: DD, 7B and 1E. RGB value is (221,123,30). Sum of RGB (Red+Green+Blue) = 221+123+30=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B1E is #2284E1. Grayscale: #8E8E8E. Windows color (decimal): -2262242 or 1997789. OLE color: 1997789.
HSL color Cylindrical-coordinate representation of color #DD7B1E: hue angle of 29.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD7B1E is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 30 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.13 |
| HSL | 29.21º | 0.76% | 0.49% | - |
| HSV(B) | 29.21º | 0.86% | 0.87% | - |
| XYZ | 37.14 | 29.63 | 4.99 | - |
| YUV | 141.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 30 | 0 | 0.44 | 0.86 | 0.13 | 29.21 | 0.76 | 0.49 |
| Hex | DD | 7B | 1E | 0 | 2C | 56 | D | 1D | 4C | 31 |
| Octal | 335 | 173 | 36 | 0 | 54 | 126 | 15 | 35 | 114 | 61 |
| Binary | 11011101 | 1111011 | 11110 | 0 | 101100 | 1010110 | 1101 | 11101 | 1001100 | 110001 |
Color Harmonies of #DD7B1E
Complementary color
Monochromatic Colors of #DD7B1E
Black with #DD7B1E
Text Example
Text Example
White with #DD7B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B1E; }
p { color: rgb(221,123,30); }
H1.HeaderClassName
{
color: #DD7B1E;
}
.AnyTagClassName
{
color: #DD7B1E;
}
</style>
background-color css
<style>
a { background-color: #DD7B1E; }
a { background-color: rgb(221,123,30); }
div.DivClassName
{
background-color: #DD7B1E;
}
.BgClassName
{
background-color: #DD7B1E;
}
</style>
border-color css
<style>
span { border-color: #DD7B1E; }
span { border-color: rgb(221,123,30); }
td.TdClassName
{
border-color: #DD7B1E;
}
.TagClassName
{
border-color: #DD7B1E;
}
</style>