Shades of Tahiti Gold #DD6F30
Tints of Tahiti Gold #DD6F30
RGB
CMYK
RGB Variations
Color information
#DD6F30 (or 0xDD6F30) is known color: Tahiti Gold. HEX triplet: DD, 6F and 30. RGB value is (221,111,48). Sum of RGB (Red+Green+Blue) = 221+111+48=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F30 is #2290CF. Grayscale: #898989. Windows color (decimal): -2265296 or 3174365. OLE color: 3174365.
HSL color Cylindrical-coordinate representation of color #DD6F30: hue angle of 21.85º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD6F30 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 48 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.13 |
| HSL | 21.85º | 0.72% | 0.53% | - |
| HSV(B) | 21.85º | 0.78% | 0.87% | - |
| XYZ | 36.04 | 26.95 | 6.1 | - |
| YUV | 136.71 | 77.94 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 48 | 0 | 0.50 | 0.78 | 0.13 | 21.85 | 0.72 | 0.53 |
| Hex | DD | 6F | 30 | 0 | 32 | 4E | D | 16 | 48 | 35 |
| Octal | 335 | 157 | 60 | 0 | 62 | 116 | 15 | 26 | 110 | 65 |
| Binary | 11011101 | 1101111 | 110000 | 0 | 110010 | 1001110 | 1101 | 10110 | 1001000 | 110101 |
Color Harmonies of #DD6F30
Complementary color
Monochromatic Colors of #DD6F30
Black with #DD6F30
Text Example
Text Example
White with #DD6F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6F30; }
p { color: rgb(221,111,48); }
H1.HeaderClassName
{
color: #DD6F30;
}
.AnyTagClassName
{
color: #DD6F30;
}
</style>
background-color css
<style>
a { background-color: #DD6F30; }
a { background-color: rgb(221,111,48); }
div.DivClassName
{
background-color: #DD6F30;
}
.BgClassName
{
background-color: #DD6F30;
}
</style>
border-color css
<style>
span { border-color: #DD6F30; }
span { border-color: rgb(221,111,48); }
td.TdClassName
{
border-color: #DD6F30;
}
.TagClassName
{
border-color: #DD6F30;
}
</style>