Shades of Tahiti Gold #DD6927
Tints of Tahiti Gold #DD6927
RGB
CMYK
RGB Variations
Color information
#DD6927 (or 0xDD6927) is known color: Tahiti Gold. HEX triplet: DD, 69 and 27. RGB value is (221,105,39). Sum of RGB (Red+Green+Blue) = 221+105+39=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6927 is #2296D8. Grayscale: #848484. Windows color (decimal): -2266841 or 2583005. OLE color: 2583005.
HSL color Cylindrical-coordinate representation of color #DD6927: hue angle of 21.76º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD6927 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 39 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.13 |
| HSL | 21.76º | 0.73% | 0.51% | - |
| HSV(B) | 21.76º | 0.82% | 0.87% | - |
| XYZ | 35.24 | 25.62 | 5.01 | - |
| YUV | 132.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 39 | 0 | 0.52 | 0.82 | 0.13 | 21.76 | 0.73 | 0.51 |
| Hex | DD | 69 | 27 | 0 | 34 | 52 | D | 16 | 49 | 33 |
| Octal | 335 | 151 | 47 | 0 | 64 | 122 | 15 | 26 | 111 | 63 |
| Binary | 11011101 | 1101001 | 100111 | 0 | 110100 | 1010010 | 1101 | 10110 | 1001001 | 110011 |
Color Harmonies of #DD6927
Complementary color
Monochromatic Colors of #DD6927
Black with #DD6927
Text Example
Text Example
White with #DD6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6927; }
p { color: rgb(221,105,39); }
H1.HeaderClassName
{
color: #DD6927;
}
.AnyTagClassName
{
color: #DD6927;
}
</style>
background-color css
<style>
a { background-color: #DD6927; }
a { background-color: rgb(221,105,39); }
div.DivClassName
{
background-color: #DD6927;
}
.BgClassName
{
background-color: #DD6927;
}
</style>
border-color css
<style>
span { border-color: #DD6927; }
span { border-color: rgb(221,105,39); }
td.TdClassName
{
border-color: #DD6927;
}
.TagClassName
{
border-color: #DD6927;
}
</style>