Shades of Tahiti Gold #DD762E
Tints of Tahiti Gold #DD762E
RGB
CMYK
RGB Variations
Color information
#DD762E (or 0xDD762E) is known color: Tahiti Gold. HEX triplet: DD, 76 and 2E. RGB value is (221,118,46). Sum of RGB (Red+Green+Blue) = 221+118+46=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD762E is #2289D1. Grayscale: #8C8C8C. Windows color (decimal): -2263506 or 3045085. OLE color: 3045085.
HSL color Cylindrical-coordinate representation of color #DD762E: hue angle of 24.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD762E is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 118 | 46 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.13 |
| HSL | 24.69º | 0.72% | 0.52% | - |
| HSV(B) | 24.69º | 0.79% | 0.87% | - |
| XYZ | 36.79 | 28.53 | 6.15 | - |
| YUV | 140.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 46 | 0 | 0.47 | 0.79 | 0.13 | 24.69 | 0.72 | 0.52 |
| Hex | DD | 76 | 2E | 0 | 2F | 4F | D | 19 | 48 | 34 |
| Octal | 335 | 166 | 56 | 0 | 57 | 117 | 15 | 31 | 110 | 64 |
| Binary | 11011101 | 1110110 | 101110 | 0 | 101111 | 1001111 | 1101 | 11001 | 1001000 | 110100 |
Color Harmonies of #DD762E
Complementary color
Monochromatic Colors of #DD762E
Black with #DD762E
Text Example
Text Example
White with #DD762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD762E; }
p { color: rgb(221,118,46); }
H1.HeaderClassName
{
color: #DD762E;
}
.AnyTagClassName
{
color: #DD762E;
}
</style>
background-color css
<style>
a { background-color: #DD762E; }
a { background-color: rgb(221,118,46); }
div.DivClassName
{
background-color: #DD762E;
}
.BgClassName
{
background-color: #DD762E;
}
</style>
border-color css
<style>
span { border-color: #DD762E; }
span { border-color: rgb(221,118,46); }
td.TdClassName
{
border-color: #DD762E;
}
.TagClassName
{
border-color: #DD762E;
}
</style>