Shades of Tahiti Gold #DD742A
Tints of Tahiti Gold #DD742A
RGB
CMYK
RGB Variations
Color information
#DD742A (or 0xDD742A) is known color: Tahiti Gold. HEX triplet: DD, 74 and 2A. RGB value is (221,116,42). Sum of RGB (Red+Green+Blue) = 221+116+42=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD742A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD742A is #228BD5. Grayscale: #8B8B8B. Windows color (decimal): -2264022 or 2782429. OLE color: 2782429.
HSL color Cylindrical-coordinate representation of color #DD742A: hue angle of 24.8º 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 #DD742A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 42 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.13 |
| HSL | 24.8º | 0.72% | 0.52% | - |
| HSV(B) | 24.8º | 0.81% | 0.87% | - |
| XYZ | 36.48 | 28.03 | 5.68 | - |
| YUV | 138.96 | 73.29 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 42 | 0 | 0.48 | 0.81 | 0.13 | 24.8 | 0.72 | 0.52 |
| Hex | DD | 74 | 2A | 0 | 30 | 51 | D | 19 | 48 | 34 |
| Octal | 335 | 164 | 52 | 0 | 60 | 121 | 15 | 31 | 110 | 64 |
| Binary | 11011101 | 1110100 | 101010 | 0 | 110000 | 1010001 | 1101 | 11001 | 1001000 | 110100 |
Color Harmonies of #DD742A
Complementary color
Monochromatic Colors of #DD742A
Black with #DD742A
Text Example
Text Example
White with #DD742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD742A; }
p { color: rgb(221,116,42); }
H1.HeaderClassName
{
color: #DD742A;
}
.AnyTagClassName
{
color: #DD742A;
}
</style>
background-color css
<style>
a { background-color: #DD742A; }
a { background-color: rgb(221,116,42); }
div.DivClassName
{
background-color: #DD742A;
}
.BgClassName
{
background-color: #DD742A;
}
</style>
border-color css
<style>
span { border-color: #DD742A; }
span { border-color: rgb(221,116,42); }
td.TdClassName
{
border-color: #DD742A;
}
.TagClassName
{
border-color: #DD742A;
}
</style>