Shades of Tahiti Gold #DE752A
Tints of Tahiti Gold #DE752A
RGB
CMYK
RGB Variations
Color information
#DE752A (or 0xDE752A) is known color: Tahiti Gold. HEX triplet: DE, 75 and 2A. RGB value is (222,117,42). Sum of RGB (Red+Green+Blue) = 222+117+42=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE752A is #218AD5. Grayscale: #8C8C8C. Windows color (decimal): -2198230 or 2782686. OLE color: 2782686.
HSL color Cylindrical-coordinate representation of color #DE752A: hue angle of 25º degrees, saturation: 0.73, 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 #DE752A is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 42 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.13 |
| HSL | 25º | 0.73% | 0.52% | - |
| HSV(B) | 25º | 0.81% | 0.87% | - |
| XYZ | 36.9 | 28.42 | 5.73 | - |
| YUV | 139.85 | 72.79 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 42 | 0 | 0.47 | 0.81 | 0.13 | 25 | 0.73 | 0.52 |
| Hex | DE | 75 | 2A | 0 | 2F | 51 | D | 19 | 49 | 34 |
| Octal | 336 | 165 | 52 | 0 | 57 | 121 | 15 | 31 | 111 | 64 |
| Binary | 11011110 | 1110101 | 101010 | 0 | 101111 | 1010001 | 1101 | 11001 | 1001001 | 110100 |
Color Harmonies of #DE752A
Complementary color
Monochromatic Colors of #DE752A
Black with #DE752A
Text Example
Text Example
White with #DE752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE752A; }
p { color: rgb(222,117,42); }
H1.HeaderClassName
{
color: #DE752A;
}
.AnyTagClassName
{
color: #DE752A;
}
</style>
background-color css
<style>
a { background-color: #DE752A; }
a { background-color: rgb(222,117,42); }
div.DivClassName
{
background-color: #DE752A;
}
.BgClassName
{
background-color: #DE752A;
}
</style>
border-color css
<style>
span { border-color: #DE752A; }
span { border-color: rgb(222,117,42); }
td.TdClassName
{
border-color: #DE752A;
}
.TagClassName
{
border-color: #DE752A;
}
</style>