Shades of Tahiti Gold #DD7B30
Tints of Tahiti Gold #DD7B30
RGB
CMYK
RGB Variations
Color information
#DD7B30 (or 0xDD7B30) is known color: Tahiti Gold. HEX triplet: DD, 7B and 30. RGB value is (221,123,48). Sum of RGB (Red+Green+Blue) = 221+123+48=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B30 is #2284CF. Grayscale: #909090. Windows color (decimal): -2262224 or 3177437. OLE color: 3177437.
HSL color Cylindrical-coordinate representation of color #DD7B30: hue angle of 26.01º 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 #DD7B30 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 48 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.13 |
| HSL | 26.01º | 0.72% | 0.53% | - |
| HSV(B) | 26.01º | 0.78% | 0.87% | - |
| XYZ | 37.44 | 29.75 | 6.57 | - |
| YUV | 143.75 | 73.97 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 48 | 0 | 0.44 | 0.78 | 0.13 | 26.01 | 0.72 | 0.53 |
| Hex | DD | 7B | 30 | 0 | 2C | 4E | D | 1A | 48 | 35 |
| Octal | 335 | 173 | 60 | 0 | 54 | 116 | 15 | 32 | 110 | 65 |
| Binary | 11011101 | 1111011 | 110000 | 0 | 101100 | 1001110 | 1101 | 11010 | 1001000 | 110101 |
Color Harmonies of #DD7B30
Complementary color
Monochromatic Colors of #DD7B30
Black with #DD7B30
Text Example
Text Example
White with #DD7B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B30; }
p { color: rgb(221,123,48); }
H1.HeaderClassName
{
color: #DD7B30;
}
.AnyTagClassName
{
color: #DD7B30;
}
</style>
background-color css
<style>
a { background-color: #DD7B30; }
a { background-color: rgb(221,123,48); }
div.DivClassName
{
background-color: #DD7B30;
}
.BgClassName
{
background-color: #DD7B30;
}
</style>
border-color css
<style>
span { border-color: #DD7B30; }
span { border-color: rgb(221,123,48); }
td.TdClassName
{
border-color: #DD7B30;
}
.TagClassName
{
border-color: #DD7B30;
}
</style>