Shades of Tahiti Gold #DE752C
Tints of Tahiti Gold #DE752C
RGB
CMYK
RGB Variations
Color information
#DE752C (or 0xDE752C) is known color: Tahiti Gold. HEX triplet: DE, 75 and 2C. RGB value is (222,117,44). Sum of RGB (Red+Green+Blue) = 222+117+44=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE752C is #218AD3. Grayscale: #8C8C8C. Windows color (decimal): -2198228 or 2913758. OLE color: 2913758.
HSL color Cylindrical-coordinate representation of color #DE752C: hue angle of 24.61º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE752C is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 44 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.13 |
| HSL | 24.61º | 0.73% | 0.52% | - |
| HSV(B) | 24.61º | 0.8% | 0.87% | - |
| XYZ | 36.94 | 28.43 | 5.92 | - |
| YUV | 140.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 44 | 0 | 0.47 | 0.80 | 0.13 | 24.61 | 0.73 | 0.52 |
| Hex | DE | 75 | 2C | 0 | 2F | 50 | D | 19 | 49 | 34 |
| Octal | 336 | 165 | 54 | 0 | 57 | 120 | 15 | 31 | 111 | 64 |
| Binary | 11011110 | 1110101 | 101100 | 0 | 101111 | 1010000 | 1101 | 11001 | 1001001 | 110100 |
Color Harmonies of #DE752C
Complementary color
Monochromatic Colors of #DE752C
Black with #DE752C
Text Example
Text Example
White with #DE752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE752C; }
p { color: rgb(222,117,44); }
H1.HeaderClassName
{
color: #DE752C;
}
.AnyTagClassName
{
color: #DE752C;
}
</style>
background-color css
<style>
a { background-color: #DE752C; }
a { background-color: rgb(222,117,44); }
div.DivClassName
{
background-color: #DE752C;
}
.BgClassName
{
background-color: #DE752C;
}
</style>
border-color css
<style>
span { border-color: #DE752C; }
span { border-color: rgb(222,117,44); }
td.TdClassName
{
border-color: #DE752C;
}
.TagClassName
{
border-color: #DE752C;
}
</style>