Shades of Tahiti Gold #DD702A
Tints of Tahiti Gold #DD702A
RGB
CMYK
RGB Variations
Color information
#DD702A (or 0xDD702A) is known color: Tahiti Gold. HEX triplet: DD, 70 and 2A. RGB value is (221,112,42). Sum of RGB (Red+Green+Blue) = 221+112+42=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD702A is #228FD5. Grayscale: #898989. Windows color (decimal): -2265046 or 2781405. OLE color: 2781405.
HSL color Cylindrical-coordinate representation of color #DD702A: hue angle of 23.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD702A is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 112 | 42 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.13 |
| HSL | 23.46º | 0.72% | 0.52% | - |
| HSV(B) | 23.46º | 0.81% | 0.87% | - |
| XYZ | 36.03 | 27.13 | 5.53 | - |
| YUV | 136.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 112 | 42 | 0 | 0.49 | 0.81 | 0.13 | 23.46 | 0.72 | 0.52 |
| Hex | DD | 70 | 2A | 0 | 31 | 51 | D | 17 | 48 | 34 |
| Octal | 335 | 160 | 52 | 0 | 61 | 121 | 15 | 27 | 110 | 64 |
| Binary | 11011101 | 1110000 | 101010 | 0 | 110001 | 1010001 | 1101 | 10111 | 1001000 | 110100 |
Color Harmonies of #DD702A
Complementary color
Monochromatic Colors of #DD702A
Black with #DD702A
Text Example
Text Example
White with #DD702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD702A; }
p { color: rgb(221,112,42); }
H1.HeaderClassName
{
color: #DD702A;
}
.AnyTagClassName
{
color: #DD702A;
}
</style>
background-color css
<style>
a { background-color: #DD702A; }
a { background-color: rgb(221,112,42); }
div.DivClassName
{
background-color: #DD702A;
}
.BgClassName
{
background-color: #DD702A;
}
</style>
border-color css
<style>
span { border-color: #DD702A; }
span { border-color: rgb(221,112,42); }
td.TdClassName
{
border-color: #DD702A;
}
.TagClassName
{
border-color: #DD702A;
}
</style>