Shades of Tahiti Gold #DE752D
Tints of Tahiti Gold #DE752D
RGB
CMYK
RGB Variations
Color information
#DE752D (or 0xDE752D) is known color: Tahiti Gold. HEX triplet: DE, 75 and 2D. RGB value is (222,117,45). Sum of RGB (Red+Green+Blue) = 222+117+45=384 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.81% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 222 - color contains mainly: red. Hex color #DE752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE752D is #218AD2. Grayscale: #8C8C8C. Windows color (decimal): -2198227 or 2979294. OLE color: 2979294.
HSL color Cylindrical-coordinate representation of color #DE752D: hue angle of 24.41º 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 #DE752D is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 117 | 45 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.13 |
| HSL | 24.41º | 0.73% | 0.52% | - |
| HSV(B) | 24.41º | 0.8% | 0.87% | - |
| XYZ | 36.96 | 28.44 | 6.02 | - |
| YUV | 140.19 | 74.29 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 117 | 45 | 0 | 0.47 | 0.80 | 0.13 | 24.41 | 0.73 | 0.52 |
| Hex | DE | 75 | 2D | 0 | 2F | 50 | D | 18 | 49 | 34 |
| Octal | 336 | 165 | 55 | 0 | 57 | 120 | 15 | 30 | 111 | 64 |
| Binary | 11011110 | 1110101 | 101101 | 0 | 101111 | 1010000 | 1101 | 11000 | 1001001 | 110100 |
Color Harmonies of #DE752D
Complementary color
Monochromatic Colors of #DE752D
Black with #DE752D
Text Example
Text Example
White with #DE752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE752D; }
p { color: rgb(222,117,45); }
H1.HeaderClassName
{
color: #DE752D;
}
.AnyTagClassName
{
color: #DE752D;
}
</style>
background-color css
<style>
a { background-color: #DE752D; }
a { background-color: rgb(222,117,45); }
div.DivClassName
{
background-color: #DE752D;
}
.BgClassName
{
background-color: #DE752D;
}
</style>
border-color css
<style>
span { border-color: #DE752D; }
span { border-color: rgb(222,117,45); }
td.TdClassName
{
border-color: #DE752D;
}
.TagClassName
{
border-color: #DE752D;
}
</style>