Shades of Tahiti Gold #DD731E
Tints of Tahiti Gold #DD731E
RGB
CMYK
RGB Variations
Color information
#DD731E (or 0xDD731E) is known color: Tahiti Gold. HEX triplet: DD, 73 and 1E. RGB value is (221,115,30). Sum of RGB (Red+Green+Blue) = 221+115+30=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 30 (12.11% from 255 or 8.20% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD731E is #228CE1. Grayscale: #898989. Windows color (decimal): -2264290 or 1995741. OLE color: 1995741.
HSL color Cylindrical-coordinate representation of color #DD731E: hue angle of 26.7º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD731E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.13 |
| HSL | 26.7º | 0.76% | 0.49% | - |
| HSV(B) | 26.7º | 0.86% | 0.87% | - |
| XYZ | 36.18 | 27.73 | 4.67 | - |
| YUV | 137 | 67.62 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 30 | 0 | 0.48 | 0.86 | 0.13 | 26.7 | 0.76 | 0.49 |
| Hex | DD | 73 | 1E | 0 | 30 | 56 | D | 1B | 4C | 31 |
| Octal | 335 | 163 | 36 | 0 | 60 | 126 | 15 | 33 | 114 | 61 |
| Binary | 11011101 | 1110011 | 11110 | 0 | 110000 | 1010110 | 1101 | 11011 | 1001100 | 110001 |
Color Harmonies of #DD731E
Complementary color
Monochromatic Colors of #DD731E
Black with #DD731E
Text Example
Text Example
White with #DD731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD731E; }
p { color: rgb(221,115,30); }
H1.HeaderClassName
{
color: #DD731E;
}
.AnyTagClassName
{
color: #DD731E;
}
</style>
background-color css
<style>
a { background-color: #DD731E; }
a { background-color: rgb(221,115,30); }
div.DivClassName
{
background-color: #DD731E;
}
.BgClassName
{
background-color: #DD731E;
}
</style>
border-color css
<style>
span { border-color: #DD731E; }
span { border-color: rgb(221,115,30); }
td.TdClassName
{
border-color: #DD731E;
}
.TagClassName
{
border-color: #DD731E;
}
</style>