Shades of Tahiti Gold #DF6D28
Tints of Tahiti Gold #DF6D28
RGB
CMYK
RGB Variations
Color information
#DF6D28 (or 0xDF6D28) is known color: Tahiti Gold. HEX triplet: DF, 6D and 28. RGB value is (223,109,40). Sum of RGB (Red+Green+Blue) = 223+109+40=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D28 is #2092D7. Grayscale: #878787. Windows color (decimal): -2134744 or 2649567. OLE color: 2649567.
HSL color Cylindrical-coordinate representation of color #DF6D28: hue angle of 22.62º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF6D28 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 40 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.13 |
| HSL | 22.62º | 0.74% | 0.52% | - |
| HSV(B) | 22.62º | 0.82% | 0.87% | - |
| XYZ | 36.28 | 26.78 | 5.26 | - |
| YUV | 135.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 40 | 0 | 0.51 | 0.82 | 0.13 | 22.62 | 0.74 | 0.52 |
| Hex | DF | 6D | 28 | 0 | 33 | 52 | D | 17 | 4A | 34 |
| Octal | 337 | 155 | 50 | 0 | 63 | 122 | 15 | 27 | 112 | 64 |
| Binary | 11011111 | 1101101 | 101000 | 0 | 110011 | 1010010 | 1101 | 10111 | 1001010 | 110100 |
Color Harmonies of #DF6D28
Complementary color
Monochromatic Colors of #DF6D28
Black with #DF6D28
Text Example
Text Example
White with #DF6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6D28; }
p { color: rgb(223,109,40); }
H1.HeaderClassName
{
color: #DF6D28;
}
.AnyTagClassName
{
color: #DF6D28;
}
</style>
background-color css
<style>
a { background-color: #DF6D28; }
a { background-color: rgb(223,109,40); }
div.DivClassName
{
background-color: #DF6D28;
}
.BgClassName
{
background-color: #DF6D28;
}
</style>
border-color css
<style>
span { border-color: #DF6D28; }
span { border-color: rgb(223,109,40); }
td.TdClassName
{
border-color: #DF6D28;
}
.TagClassName
{
border-color: #DF6D28;
}
</style>