Shades of Tahiti Gold #DD7C30
Tints of Tahiti Gold #DD7C30
RGB
CMYK
RGB Variations
Color information
#DD7C30 (or 0xDD7C30) is known color: Tahiti Gold. HEX triplet: DD, 7C and 30. RGB value is (221,124,48). Sum of RGB (Red+Green+Blue) = 221+124+48=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C30 is #2283CF. Grayscale: #909090. Windows color (decimal): -2261968 or 3177693. OLE color: 3177693.
HSL color Cylindrical-coordinate representation of color #DD7C30: hue angle of 26.36º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD7C30 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 48 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.13 |
| HSL | 26.36º | 0.72% | 0.53% | - |
| HSV(B) | 26.36º | 0.78% | 0.87% | - |
| XYZ | 37.56 | 30 | 6.61 | - |
| YUV | 144.34 | 73.64 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 48 | 0 | 0.44 | 0.78 | 0.13 | 26.36 | 0.72 | 0.53 |
| Hex | DD | 7C | 30 | 0 | 2C | 4E | D | 1A | 48 | 35 |
| Octal | 335 | 174 | 60 | 0 | 54 | 116 | 15 | 32 | 110 | 65 |
| Binary | 11011101 | 1111100 | 110000 | 0 | 101100 | 1001110 | 1101 | 11010 | 1001000 | 110101 |
Color Harmonies of #DD7C30
Complementary color
Monochromatic Colors of #DD7C30
Black with #DD7C30
Text Example
Text Example
White with #DD7C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C30; }
p { color: rgb(221,124,48); }
H1.HeaderClassName
{
color: #DD7C30;
}
.AnyTagClassName
{
color: #DD7C30;
}
</style>
background-color css
<style>
a { background-color: #DD7C30; }
a { background-color: rgb(221,124,48); }
div.DivClassName
{
background-color: #DD7C30;
}
.BgClassName
{
background-color: #DD7C30;
}
</style>
border-color css
<style>
span { border-color: #DD7C30; }
span { border-color: rgb(221,124,48); }
td.TdClassName
{
border-color: #DD7C30;
}
.TagClassName
{
border-color: #DD7C30;
}
</style>