Shades of Tahiti Gold #DD781F
Tints of Tahiti Gold #DD781F
RGB
CMYK
RGB Variations
Color information
#DD781F (or 0xDD781F) is known color: Tahiti Gold. HEX triplet: DD, 78 and 1F. RGB value is (221,120,31). Sum of RGB (Red+Green+Blue) = 221+120+31=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD781F is #2287E0. Grayscale: #8C8C8C. Windows color (decimal): -2263009 or 2062557. OLE color: 2062557.
HSL color Cylindrical-coordinate representation of color #DD781F: hue angle of 28.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD781F is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 31 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.13 |
| HSL | 28.11º | 0.75% | 0.49% | - |
| HSV(B) | 28.11º | 0.86% | 0.87% | - |
| XYZ | 36.78 | 28.9 | 4.94 | - |
| YUV | 140.05 | 66.46 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 31 | 0 | 0.46 | 0.86 | 0.13 | 28.11 | 0.75 | 0.49 |
| Hex | DD | 78 | 1F | 0 | 2E | 56 | D | 1C | 4B | 31 |
| Octal | 335 | 170 | 37 | 0 | 56 | 126 | 15 | 34 | 113 | 61 |
| Binary | 11011101 | 1111000 | 11111 | 0 | 101110 | 1010110 | 1101 | 11100 | 1001011 | 110001 |
Color Harmonies of #DD781F
Complementary color
Monochromatic Colors of #DD781F
Black with #DD781F
Text Example
Text Example
White with #DD781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD781F; }
p { color: rgb(221,120,31); }
H1.HeaderClassName
{
color: #DD781F;
}
.AnyTagClassName
{
color: #DD781F;
}
</style>
background-color css
<style>
a { background-color: #DD781F; }
a { background-color: rgb(221,120,31); }
div.DivClassName
{
background-color: #DD781F;
}
.BgClassName
{
background-color: #DD781F;
}
</style>
border-color css
<style>
span { border-color: #DD781F; }
span { border-color: rgb(221,120,31); }
td.TdClassName
{
border-color: #DD781F;
}
.TagClassName
{
border-color: #DD781F;
}
</style>