Shades of Tahiti Gold #DD752D
Tints of Tahiti Gold #DD752D
RGB
CMYK
RGB Variations
Color information
#DD752D (or 0xDD752D) is known color: Tahiti Gold. HEX triplet: DD, 75 and 2D. RGB value is (221,117,45). Sum of RGB (Red+Green+Blue) = 221+117+45=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD752D is #228AD2. Grayscale: #8C8C8C. Windows color (decimal): -2263763 or 2979293. OLE color: 2979293.
HSL color Cylindrical-coordinate representation of color #DD752D: hue angle of 24.55º degrees, saturation: 0.72, 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 #DD752D is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 117 | 45 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.13 |
| HSL | 24.55º | 0.72% | 0.52% | - |
| HSV(B) | 24.55º | 0.8% | 0.87% | - |
| XYZ | 36.65 | 28.28 | 6.01 | - |
| YUV | 139.89 | 74.46 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 117 | 45 | 0 | 0.47 | 0.80 | 0.13 | 24.55 | 0.72 | 0.52 |
| Hex | DD | 75 | 2D | 0 | 2F | 50 | D | 19 | 48 | 34 |
| Octal | 335 | 165 | 55 | 0 | 57 | 120 | 15 | 31 | 110 | 64 |
| Binary | 11011101 | 1110101 | 101101 | 0 | 101111 | 1010000 | 1101 | 11001 | 1001000 | 110100 |
Color Harmonies of #DD752D
Complementary color
Monochromatic Colors of #DD752D
Black with #DD752D
Text Example
Text Example
White with #DD752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD752D; }
p { color: rgb(221,117,45); }
H1.HeaderClassName
{
color: #DD752D;
}
.AnyTagClassName
{
color: #DD752D;
}
</style>
background-color css
<style>
a { background-color: #DD752D; }
a { background-color: rgb(221,117,45); }
div.DivClassName
{
background-color: #DD752D;
}
.BgClassName
{
background-color: #DD752D;
}
</style>
border-color css
<style>
span { border-color: #DD752D; }
span { border-color: rgb(221,117,45); }
td.TdClassName
{
border-color: #DD752D;
}
.TagClassName
{
border-color: #DD752D;
}
</style>