Shades of Tahiti Gold #DD722A
Tints of Tahiti Gold #DD722A
RGB
CMYK
RGB Variations
Color information
#DD722A (or 0xDD722A) is known color: Tahiti Gold. HEX triplet: DD, 72 and 2A. RGB value is (221,114,42). Sum of RGB (Red+Green+Blue) = 221+114+42=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD722A is #228DD5. Grayscale: #8A8A8A. Windows color (decimal): -2264534 or 2781917. OLE color: 2781917.
HSL color Cylindrical-coordinate representation of color #DD722A: hue angle of 24.13º 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 #DD722A is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 114 | 42 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.13 |
| HSL | 24.13º | 0.72% | 0.52% | - |
| HSV(B) | 24.13º | 0.81% | 0.87% | - |
| XYZ | 36.25 | 27.57 | 5.6 | - |
| YUV | 137.79 | 73.95 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 114 | 42 | 0 | 0.48 | 0.81 | 0.13 | 24.13 | 0.72 | 0.52 |
| Hex | DD | 72 | 2A | 0 | 30 | 51 | D | 18 | 48 | 34 |
| Octal | 335 | 162 | 52 | 0 | 60 | 121 | 15 | 30 | 110 | 64 |
| Binary | 11011101 | 1110010 | 101010 | 0 | 110000 | 1010001 | 1101 | 11000 | 1001000 | 110100 |
Color Harmonies of #DD722A
Complementary color
Monochromatic Colors of #DD722A
Black with #DD722A
Text Example
Text Example
White with #DD722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD722A; }
p { color: rgb(221,114,42); }
H1.HeaderClassName
{
color: #DD722A;
}
.AnyTagClassName
{
color: #DD722A;
}
</style>
background-color css
<style>
a { background-color: #DD722A; }
a { background-color: rgb(221,114,42); }
div.DivClassName
{
background-color: #DD722A;
}
.BgClassName
{
background-color: #DD722A;
}
</style>
border-color css
<style>
span { border-color: #DD722A; }
span { border-color: rgb(221,114,42); }
td.TdClassName
{
border-color: #DD722A;
}
.TagClassName
{
border-color: #DD722A;
}
</style>