Shades of Tahiti Gold #DD7823
Tints of Tahiti Gold #DD7823
RGB
CMYK
RGB Variations
Color information
#DD7823 (or 0xDD7823) is known color: Tahiti Gold. HEX triplet: DD, 78 and 23. RGB value is (221,120,35). Sum of RGB (Red+Green+Blue) = 221+120+35=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7823 is #2287DC. Grayscale: #8C8C8C. Windows color (decimal): -2263005 or 2324701. OLE color: 2324701.
HSL color Cylindrical-coordinate representation of color #DD7823: hue angle of 27.42º 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 #DD7823 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 35 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.13 |
| HSL | 27.42º | 0.73% | 0.5% | - |
| HSV(B) | 27.42º | 0.84% | 0.87% | - |
| XYZ | 36.84 | 28.93 | 5.23 | - |
| YUV | 140.51 | 68.46 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 35 | 0 | 0.46 | 0.84 | 0.13 | 27.42 | 0.73 | 0.5 |
| Hex | DD | 78 | 23 | 0 | 2E | 54 | D | 1B | 49 | 32 |
| Octal | 335 | 170 | 43 | 0 | 56 | 124 | 15 | 33 | 111 | 62 |
| Binary | 11011101 | 1111000 | 100011 | 0 | 101110 | 1010100 | 1101 | 11011 | 1001001 | 110010 |
Color Harmonies of #DD7823
Complementary color
Monochromatic Colors of #DD7823
Black with #DD7823
Text Example
Text Example
White with #DD7823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7823; }
p { color: rgb(221,120,35); }
H1.HeaderClassName
{
color: #DD7823;
}
.AnyTagClassName
{
color: #DD7823;
}
</style>
background-color css
<style>
a { background-color: #DD7823; }
a { background-color: rgb(221,120,35); }
div.DivClassName
{
background-color: #DD7823;
}
.BgClassName
{
background-color: #DD7823;
}
</style>
border-color css
<style>
span { border-color: #DD7823; }
span { border-color: rgb(221,120,35); }
td.TdClassName
{
border-color: #DD7823;
}
.TagClassName
{
border-color: #DD7823;
}
</style>