Shades of Tahiti Gold #DF6427
Tints of Tahiti Gold #DF6427
RGB
CMYK
RGB Variations
Color information
#DF6427 (or 0xDF6427) is known color: Tahiti Gold. HEX triplet: DF, 64 and 27. RGB value is (223,100,39). Sum of RGB (Red+Green+Blue) = 223+100+39=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6427 is #209BD8. Grayscale: #828282. Windows color (decimal): -2137049 or 2581727. OLE color: 2581727.
HSL color Cylindrical-coordinate representation of color #DF6427: hue angle of 19.89º 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 #DF6427 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 39 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.13 |
| HSL | 19.89º | 0.74% | 0.51% | - |
| HSV(B) | 19.89º | 0.83% | 0.87% | - |
| XYZ | 35.35 | 24.95 | 4.87 | - |
| YUV | 129.82 | 76.75 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 39 | 0 | 0.55 | 0.83 | 0.13 | 19.89 | 0.74 | 0.51 |
| Hex | DF | 64 | 27 | 0 | 37 | 53 | D | 14 | 4A | 33 |
| Octal | 337 | 144 | 47 | 0 | 67 | 123 | 15 | 24 | 112 | 63 |
| Binary | 11011111 | 1100100 | 100111 | 0 | 110111 | 1010011 | 1101 | 10100 | 1001010 | 110011 |
Color Harmonies of #DF6427
Complementary color
Monochromatic Colors of #DF6427
Black with #DF6427
Text Example
Text Example
White with #DF6427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6427; }
p { color: rgb(223,100,39); }
H1.HeaderClassName
{
color: #DF6427;
}
.AnyTagClassName
{
color: #DF6427;
}
</style>
background-color css
<style>
a { background-color: #DF6427; }
a { background-color: rgb(223,100,39); }
div.DivClassName
{
background-color: #DF6427;
}
.BgClassName
{
background-color: #DF6427;
}
</style>
border-color css
<style>
span { border-color: #DF6427; }
span { border-color: rgb(223,100,39); }
td.TdClassName
{
border-color: #DF6427;
}
.TagClassName
{
border-color: #DF6427;
}
</style>