Shades of Tahiti Gold #DD6F27
Tints of Tahiti Gold #DD6F27
RGB
CMYK
RGB Variations
Color information
#DD6F27 (or 0xDD6F27) is known color: Tahiti Gold. HEX triplet: DD, 6F and 27. RGB value is (221,111,39). Sum of RGB (Red+Green+Blue) = 221+111+39=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F27 is #2290D8. Grayscale: #888888. Windows color (decimal): -2265305 or 2584541. OLE color: 2584541.
HSL color Cylindrical-coordinate representation of color #DD6F27: hue angle of 23.74º 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 #DD6F27 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 39 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.13 |
| HSL | 23.74º | 0.73% | 0.51% | - |
| HSV(B) | 23.74º | 0.82% | 0.87% | - |
| XYZ | 35.87 | 26.89 | 5.22 | - |
| YUV | 135.68 | 73.44 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 39 | 0 | 0.50 | 0.82 | 0.13 | 23.74 | 0.73 | 0.51 |
| Hex | DD | 6F | 27 | 0 | 32 | 52 | D | 18 | 49 | 33 |
| Octal | 335 | 157 | 47 | 0 | 62 | 122 | 15 | 30 | 111 | 63 |
| Binary | 11011101 | 1101111 | 100111 | 0 | 110010 | 1010010 | 1101 | 11000 | 1001001 | 110011 |
Color Harmonies of #DD6F27
Complementary color
Monochromatic Colors of #DD6F27
Black with #DD6F27
Text Example
Text Example
White with #DD6F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F27; }
p { color: rgb(221,111,39); }
H1.HeaderClassName
{
color: #DD6F27;
}
.AnyTagClassName
{
color: #DD6F27;
}
</style>
background-color css
<style>
a { background-color: #DD6F27; }
a { background-color: rgb(221,111,39); }
div.DivClassName
{
background-color: #DD6F27;
}
.BgClassName
{
background-color: #DD6F27;
}
</style>
border-color css
<style>
span { border-color: #DD6F27; }
span { border-color: rgb(221,111,39); }
td.TdClassName
{
border-color: #DD6F27;
}
.TagClassName
{
border-color: #DD6F27;
}
</style>