Shades of Tahiti Gold #DD6924
Tints of Tahiti Gold #DD6924
RGB
CMYK
RGB Variations
Color information
#DD6924 (or 0xDD6924) is known color: Tahiti Gold. HEX triplet: DD, 69 and 24. RGB value is (221,105,36). Sum of RGB (Red+Green+Blue) = 221+105+36=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6924 is #2296DB. Grayscale: #848484. Windows color (decimal): -2266844 or 2386397. OLE color: 2386397.
HSL color Cylindrical-coordinate representation of color #DD6924: hue angle of 22.38º 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 #DD6924 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 36 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.13 |
| HSL | 22.38º | 0.73% | 0.5% | - |
| HSV(B) | 22.38º | 0.84% | 0.87% | - |
| XYZ | 35.19 | 25.6 | 4.76 | - |
| YUV | 131.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 36 | 0 | 0.52 | 0.84 | 0.13 | 22.38 | 0.73 | 0.5 |
| Hex | DD | 69 | 24 | 0 | 34 | 54 | D | 16 | 49 | 32 |
| Octal | 335 | 151 | 44 | 0 | 64 | 124 | 15 | 26 | 111 | 62 |
| Binary | 11011101 | 1101001 | 100100 | 0 | 110100 | 1010100 | 1101 | 10110 | 1001001 | 110010 |
Color Harmonies of #DD6924
Complementary color
Monochromatic Colors of #DD6924
Black with #DD6924
Text Example
Text Example
White with #DD6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6924; }
p { color: rgb(221,105,36); }
H1.HeaderClassName
{
color: #DD6924;
}
.AnyTagClassName
{
color: #DD6924;
}
</style>
background-color css
<style>
a { background-color: #DD6924; }
a { background-color: rgb(221,105,36); }
div.DivClassName
{
background-color: #DD6924;
}
.BgClassName
{
background-color: #DD6924;
}
</style>
border-color css
<style>
span { border-color: #DD6924; }
span { border-color: rgb(221,105,36); }
td.TdClassName
{
border-color: #DD6924;
}
.TagClassName
{
border-color: #DD6924;
}
</style>