Shades of Tahiti Gold #DD781B
Tints of Tahiti Gold #DD781B
RGB
CMYK
RGB Variations
Color information
#DD781B (or 0xDD781B) is known color: Tahiti Gold. HEX triplet: DD, 78 and 1B. RGB value is (221,120,27). Sum of RGB (Red+Green+Blue) = 221+120+27=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD781B is #2287E4. Grayscale: #8C8C8C. Windows color (decimal): -2263013 or 1800413. OLE color: 1800413.
HSL color Cylindrical-coordinate representation of color #DD781B: hue angle of 28.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD781B is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 27 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.13 |
| HSL | 28.76º | 0.78% | 0.49% | - |
| HSV(B) | 28.76º | 0.88% | 0.87% | - |
| XYZ | 36.73 | 28.88 | 4.68 | - |
| YUV | 139.6 | 64.46 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 27 | 0 | 0.46 | 0.88 | 0.13 | 28.76 | 0.78 | 0.49 |
| Hex | DD | 78 | 1B | 0 | 2E | 58 | D | 1D | 4E | 31 |
| Octal | 335 | 170 | 33 | 0 | 56 | 130 | 15 | 35 | 116 | 61 |
| Binary | 11011101 | 1111000 | 11011 | 0 | 101110 | 1011000 | 1101 | 11101 | 1001110 | 110001 |
Color Harmonies of #DD781B
Complementary color
Monochromatic Colors of #DD781B
Black with #DD781B
Text Example
Text Example
White with #DD781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD781B; }
p { color: rgb(221,120,27); }
H1.HeaderClassName
{
color: #DD781B;
}
.AnyTagClassName
{
color: #DD781B;
}
</style>
background-color css
<style>
a { background-color: #DD781B; }
a { background-color: rgb(221,120,27); }
div.DivClassName
{
background-color: #DD781B;
}
.BgClassName
{
background-color: #DD781B;
}
</style>
border-color css
<style>
span { border-color: #DD781B; }
span { border-color: rgb(221,120,27); }
td.TdClassName
{
border-color: #DD781B;
}
.TagClassName
{
border-color: #DD781B;
}
</style>