Shades of Tahiti Gold #DD7D21
Tints of Tahiti Gold #DD7D21
RGB
CMYK
RGB Variations
Color information
#DD7D21 (or 0xDD7D21) is known color: Tahiti Gold. HEX triplet: DD, 7D and 21. RGB value is (221,125,33). Sum of RGB (Red+Green+Blue) = 221+125+33=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D21 is #2282DE. Grayscale: #8F8F8F. Windows color (decimal): -2261727 or 2194909. OLE color: 2194909.
HSL color Cylindrical-coordinate representation of color #DD7D21: hue angle of 29.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD7D21 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 33 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.13 |
| HSL | 29.36º | 0.74% | 0.5% | - |
| HSV(B) | 29.36º | 0.85% | 0.87% | - |
| XYZ | 37.43 | 30.15 | 5.29 | - |
| YUV | 143.22 | 65.8 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 33 | 0 | 0.43 | 0.85 | 0.13 | 29.36 | 0.74 | 0.5 |
| Hex | DD | 7D | 21 | 0 | 2B | 55 | D | 1D | 4A | 32 |
| Octal | 335 | 175 | 41 | 0 | 53 | 125 | 15 | 35 | 112 | 62 |
| Binary | 11011101 | 1111101 | 100001 | 0 | 101011 | 1010101 | 1101 | 11101 | 1001010 | 110010 |
Color Harmonies of #DD7D21
Complementary color
Monochromatic Colors of #DD7D21
Black with #DD7D21
Text Example
Text Example
White with #DD7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D21; }
p { color: rgb(221,125,33); }
H1.HeaderClassName
{
color: #DD7D21;
}
.AnyTagClassName
{
color: #DD7D21;
}
</style>
background-color css
<style>
a { background-color: #DD7D21; }
a { background-color: rgb(221,125,33); }
div.DivClassName
{
background-color: #DD7D21;
}
.BgClassName
{
background-color: #DD7D21;
}
</style>
border-color css
<style>
span { border-color: #DD7D21; }
span { border-color: rgb(221,125,33); }
td.TdClassName
{
border-color: #DD7D21;
}
.TagClassName
{
border-color: #DD7D21;
}
</style>