Shades of Tahiti Gold #DD741C
Tints of Tahiti Gold #DD741C
RGB
CMYK
RGB Variations
Color information
#DD741C (or 0xDD741C) is known color: Tahiti Gold. HEX triplet: DD, 74 and 1C. RGB value is (221,116,28). Sum of RGB (Red+Green+Blue) = 221+116+28=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD741C is #228BE3. Grayscale: #898989. Windows color (decimal): -2264036 or 1864925. OLE color: 1864925.
HSL color Cylindrical-coordinate representation of color #DD741C: hue angle of 27.36º 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 #DD741C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 116 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.13 |
| HSL | 27.36º | 0.78% | 0.49% | - |
| HSV(B) | 27.36º | 0.87% | 0.87% | - |
| XYZ | 36.27 | 27.95 | 4.58 | - |
| YUV | 137.36 | 66.29 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 116 | 28 | 0 | 0.48 | 0.87 | 0.13 | 27.36 | 0.78 | 0.49 |
| Hex | DD | 74 | 1C | 0 | 30 | 57 | D | 1B | 4E | 31 |
| Octal | 335 | 164 | 34 | 0 | 60 | 127 | 15 | 33 | 116 | 61 |
| Binary | 11011101 | 1110100 | 11100 | 0 | 110000 | 1010111 | 1101 | 11011 | 1001110 | 110001 |
Color Harmonies of #DD741C
Complementary color
Monochromatic Colors of #DD741C
Black with #DD741C
Text Example
Text Example
White with #DD741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD741C; }
p { color: rgb(221,116,28); }
H1.HeaderClassName
{
color: #DD741C;
}
.AnyTagClassName
{
color: #DD741C;
}
</style>
background-color css
<style>
a { background-color: #DD741C; }
a { background-color: rgb(221,116,28); }
div.DivClassName
{
background-color: #DD741C;
}
.BgClassName
{
background-color: #DD741C;
}
</style>
border-color css
<style>
span { border-color: #DD741C; }
span { border-color: rgb(221,116,28); }
td.TdClassName
{
border-color: #DD741C;
}
.TagClassName
{
border-color: #DD741C;
}
</style>