Shades of Tahiti Gold #DF7D28
Tints of Tahiti Gold #DF7D28
RGB
CMYK
RGB Variations
Color information
#DF7D28 (or 0xDF7D28) is known color: Tahiti Gold. HEX triplet: DF, 7D and 28. RGB value is (223,125,40). Sum of RGB (Red+Green+Blue) = 223+125+40=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7D28 is #2082D7. Grayscale: #919191. Windows color (decimal): -2130648 or 2653663. OLE color: 2653663.
HSL color Cylindrical-coordinate representation of color #DF7D28: hue angle of 27.87º 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 #DF7D28 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 40 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.13 |
| HSL | 27.87º | 0.74% | 0.52% | - |
| HSV(B) | 27.87º | 0.82% | 0.87% | - |
| XYZ | 38.15 | 30.51 | 5.89 | - |
| YUV | 144.61 | 68.97 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 40 | 0 | 0.44 | 0.82 | 0.13 | 27.87 | 0.74 | 0.52 |
| Hex | DF | 7D | 28 | 0 | 2C | 52 | D | 1C | 4A | 34 |
| Octal | 337 | 175 | 50 | 0 | 54 | 122 | 15 | 34 | 112 | 64 |
| Binary | 11011111 | 1111101 | 101000 | 0 | 101100 | 1010010 | 1101 | 11100 | 1001010 | 110100 |
Color Harmonies of #DF7D28
Complementary color
Monochromatic Colors of #DF7D28
Black with #DF7D28
Text Example
Text Example
White with #DF7D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D28; }
p { color: rgb(223,125,40); }
H1.HeaderClassName
{
color: #DF7D28;
}
.AnyTagClassName
{
color: #DF7D28;
}
</style>
background-color css
<style>
a { background-color: #DF7D28; }
a { background-color: rgb(223,125,40); }
div.DivClassName
{
background-color: #DF7D28;
}
.BgClassName
{
background-color: #DF7D28;
}
</style>
border-color css
<style>
span { border-color: #DF7D28; }
span { border-color: rgb(223,125,40); }
td.TdClassName
{
border-color: #DF7D28;
}
.TagClassName
{
border-color: #DF7D28;
}
</style>