Shades of Tahiti Gold #DD6824
Tints of Tahiti Gold #DD6824
RGB
CMYK
RGB Variations
Color information
#DD6824 (or 0xDD6824) is known color: Tahiti Gold. HEX triplet: DD, 68 and 24. RGB value is (221,104,36). Sum of RGB (Red+Green+Blue) = 221+104+36=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 36 (14.45% from 255 or 9.97% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6824 is #2297DB. Grayscale: #838383. Windows color (decimal): -2267100 or 2386141. OLE color: 2386141.
HSL color Cylindrical-coordinate representation of color #DD6824: hue angle of 22.05º 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 #DD6824 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 36 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.13 |
| HSL | 22.05º | 0.73% | 0.5% | - |
| HSV(B) | 22.05º | 0.84% | 0.87% | - |
| XYZ | 35.09 | 25.4 | 4.72 | - |
| YUV | 131.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 36 | 0 | 0.53 | 0.84 | 0.13 | 22.05 | 0.73 | 0.5 |
| Hex | DD | 68 | 24 | 0 | 35 | 54 | D | 16 | 49 | 32 |
| Octal | 335 | 150 | 44 | 0 | 65 | 124 | 15 | 26 | 111 | 62 |
| Binary | 11011101 | 1101000 | 100100 | 0 | 110101 | 1010100 | 1101 | 10110 | 1001001 | 110010 |
Color Harmonies of #DD6824
Complementary color
Monochromatic Colors of #DD6824
Black with #DD6824
Text Example
Text Example
White with #DD6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6824; }
p { color: rgb(221,104,36); }
H1.HeaderClassName
{
color: #DD6824;
}
.AnyTagClassName
{
color: #DD6824;
}
</style>
background-color css
<style>
a { background-color: #DD6824; }
a { background-color: rgb(221,104,36); }
div.DivClassName
{
background-color: #DD6824;
}
.BgClassName
{
background-color: #DD6824;
}
</style>
border-color css
<style>
span { border-color: #DD6824; }
span { border-color: rgb(221,104,36); }
td.TdClassName
{
border-color: #DD6824;
}
.TagClassName
{
border-color: #DD6824;
}
</style>