Shades of Tahiti Gold #DD781C
Tints of Tahiti Gold #DD781C
RGB
CMYK
RGB Variations
Color information
#DD781C (or 0xDD781C) is known color: Tahiti Gold. HEX triplet: DD, 78 and 1C. RGB value is (221,120,28). Sum of RGB (Red+Green+Blue) = 221+120+28=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD781C is #2287E3. Grayscale: #8C8C8C. Windows color (decimal): -2263012 or 1865949. OLE color: 1865949.
HSL color Cylindrical-coordinate representation of color #DD781C: hue angle of 28.6º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD781C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 120 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.13 |
| HSL | 28.6º | 0.78% | 0.49% | - |
| HSV(B) | 28.6º | 0.87% | 0.87% | - |
| XYZ | 36.74 | 28.89 | 4.74 | - |
| YUV | 139.71 | 64.96 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 28 | 0 | 0.46 | 0.87 | 0.13 | 28.6 | 0.78 | 0.49 |
| Hex | DD | 78 | 1C | 0 | 2E | 57 | D | 1D | 4E | 31 |
| Octal | 335 | 170 | 34 | 0 | 56 | 127 | 15 | 35 | 116 | 61 |
| Binary | 11011101 | 1111000 | 11100 | 0 | 101110 | 1010111 | 1101 | 11101 | 1001110 | 110001 |
Color Harmonies of #DD781C
Complementary color
Monochromatic Colors of #DD781C
Black with #DD781C
Text Example
Text Example
White with #DD781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD781C; }
p { color: rgb(221,120,28); }
H1.HeaderClassName
{
color: #DD781C;
}
.AnyTagClassName
{
color: #DD781C;
}
</style>
background-color css
<style>
a { background-color: #DD781C; }
a { background-color: rgb(221,120,28); }
div.DivClassName
{
background-color: #DD781C;
}
.BgClassName
{
background-color: #DD781C;
}
</style>
border-color css
<style>
span { border-color: #DD781C; }
span { border-color: rgb(221,120,28); }
td.TdClassName
{
border-color: #DD781C;
}
.TagClassName
{
border-color: #DD781C;
}
</style>