Shades of Tahiti Gold #DF7427
Tints of Tahiti Gold #DF7427
RGB
CMYK
RGB Variations
Color information
#DF7427 (or 0xDF7427) is known color: Tahiti Gold. HEX triplet: DF, 74 and 27. RGB value is (223,116,39). Sum of RGB (Red+Green+Blue) = 223+116+39=378 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.99% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7427 is #208BD8. Grayscale: #8B8B8B. Windows color (decimal): -2132953 or 2585823. OLE color: 2585823.
HSL color Cylindrical-coordinate representation of color #DF7427: hue angle of 25.11º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF7427 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 116 | 39 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.13 |
| HSL | 25.11º | 0.74% | 0.51% | - |
| HSV(B) | 25.11º | 0.83% | 0.87% | - |
| XYZ | 37.04 | 28.33 | 5.43 | - |
| YUV | 139.22 | 71.45 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 116 | 39 | 0 | 0.48 | 0.83 | 0.13 | 25.11 | 0.74 | 0.51 |
| Hex | DF | 74 | 27 | 0 | 30 | 53 | D | 19 | 4A | 33 |
| Octal | 337 | 164 | 47 | 0 | 60 | 123 | 15 | 31 | 112 | 63 |
| Binary | 11011111 | 1110100 | 100111 | 0 | 110000 | 1010011 | 1101 | 11001 | 1001010 | 110011 |
Color Harmonies of #DF7427
Complementary color
Monochromatic Colors of #DF7427
Black with #DF7427
Text Example
Text Example
White with #DF7427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7427; }
p { color: rgb(223,116,39); }
H1.HeaderClassName
{
color: #DF7427;
}
.AnyTagClassName
{
color: #DF7427;
}
</style>
background-color css
<style>
a { background-color: #DF7427; }
a { background-color: rgb(223,116,39); }
div.DivClassName
{
background-color: #DF7427;
}
.BgClassName
{
background-color: #DF7427;
}
</style>
border-color css
<style>
span { border-color: #DF7427; }
span { border-color: rgb(223,116,39); }
td.TdClassName
{
border-color: #DF7427;
}
.TagClassName
{
border-color: #DF7427;
}
</style>