Shades of Tahiti Gold #DD7323
Tints of Tahiti Gold #DD7323
RGB
CMYK
RGB Variations
Color information
#DD7323 (or 0xDD7323) is known color: Tahiti Gold. HEX triplet: DD, 73 and 23. RGB value is (221,115,35). Sum of RGB (Red+Green+Blue) = 221+115+35=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7323 is #228CDC. Grayscale: #898989. Windows color (decimal): -2264285 or 2323421. OLE color: 2323421.
HSL color Cylindrical-coordinate representation of color #DD7323: hue angle of 25.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD7323 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 35 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.13 |
| HSL | 25.81º | 0.73% | 0.5% | - |
| HSV(B) | 25.81º | 0.84% | 0.87% | - |
| XYZ | 36.25 | 27.75 | 5.04 | - |
| YUV | 137.57 | 70.12 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 35 | 0 | 0.48 | 0.84 | 0.13 | 25.81 | 0.73 | 0.5 |
| Hex | DD | 73 | 23 | 0 | 30 | 54 | D | 1A | 49 | 32 |
| Octal | 335 | 163 | 43 | 0 | 60 | 124 | 15 | 32 | 111 | 62 |
| Binary | 11011101 | 1110011 | 100011 | 0 | 110000 | 1010100 | 1101 | 11010 | 1001001 | 110010 |
Color Harmonies of #DD7323
Complementary color
Monochromatic Colors of #DD7323
Black with #DD7323
Text Example
Text Example
White with #DD7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7323; }
p { color: rgb(221,115,35); }
H1.HeaderClassName
{
color: #DD7323;
}
.AnyTagClassName
{
color: #DD7323;
}
</style>
background-color css
<style>
a { background-color: #DD7323; }
a { background-color: rgb(221,115,35); }
div.DivClassName
{
background-color: #DD7323;
}
.BgClassName
{
background-color: #DD7323;
}
</style>
border-color css
<style>
span { border-color: #DD7323; }
span { border-color: rgb(221,115,35); }
td.TdClassName
{
border-color: #DD7323;
}
.TagClassName
{
border-color: #DD7323;
}
</style>