Shades of Tahiti Gold #DD722B
Tints of Tahiti Gold #DD722B
RGB
CMYK
RGB Variations
Color information
#DD722B (or 0xDD722B) is known color: Tahiti Gold. HEX triplet: DD, 72 and 2B. RGB value is (221,114,43). Sum of RGB (Red+Green+Blue) = 221+114+43=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD722B is #228DD4. Grayscale: #8A8A8A. Windows color (decimal): -2264533 or 2847453. OLE color: 2847453.
HSL color Cylindrical-coordinate representation of color #DD722B: hue angle of 23.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD722B is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 43 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.13 |
| HSL | 23.93º | 0.72% | 0.52% | - |
| HSV(B) | 23.93º | 0.81% | 0.87% | - |
| XYZ | 36.27 | 27.58 | 5.7 | - |
| YUV | 137.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 43 | 0 | 0.48 | 0.81 | 0.13 | 23.93 | 0.72 | 0.52 |
| Hex | DD | 72 | 2B | 0 | 30 | 51 | D | 18 | 48 | 34 |
| Octal | 335 | 162 | 53 | 0 | 60 | 121 | 15 | 30 | 110 | 64 |
| Binary | 11011101 | 1110010 | 101011 | 0 | 110000 | 1010001 | 1101 | 11000 | 1001000 | 110100 |
Color Harmonies of #DD722B
Complementary color
Monochromatic Colors of #DD722B
Black with #DD722B
Text Example
Text Example
White with #DD722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD722B; }
p { color: rgb(221,114,43); }
H1.HeaderClassName
{
color: #DD722B;
}
.AnyTagClassName
{
color: #DD722B;
}
</style>
background-color css
<style>
a { background-color: #DD722B; }
a { background-color: rgb(221,114,43); }
div.DivClassName
{
background-color: #DD722B;
}
.BgClassName
{
background-color: #DD722B;
}
</style>
border-color css
<style>
span { border-color: #DD722B; }
span { border-color: rgb(221,114,43); }
td.TdClassName
{
border-color: #DD722B;
}
.TagClassName
{
border-color: #DD722B;
}
</style>