Shades of Tahiti Gold #D67928
Tints of Tahiti Gold #D67928
RGB
CMYK
RGB Variations
Color information
#D67928 (or 0xD67928) is known color: Tahiti Gold. HEX triplet: D6, 79 and 28. RGB value is (214,121,40). Sum of RGB (Red+Green+Blue) = 214+121+40=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D67928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67928 is #2986D7. Grayscale: #8B8B8B. Windows color (decimal): -2721496 or 2652630. OLE color: 2652630.
HSL color Cylindrical-coordinate representation of color #D67928: hue angle of 27.93º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D67928 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 121 | 40 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.16 |
| HSL | 27.93º | 0.69% | 0.5% | - |
| HSV(B) | 27.93º | 0.81% | 0.84% | - |
| XYZ | 34.95 | 28.12 | 5.59 | - |
| YUV | 139.57 | 71.81 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 40 | 0 | 0.43 | 0.81 | 0.16 | 27.93 | 0.69 | 0.5 |
| Hex | D6 | 79 | 28 | 0 | 2B | 51 | 10 | 1C | 45 | 32 |
| Octal | 326 | 171 | 50 | 0 | 53 | 121 | 20 | 34 | 105 | 62 |
| Binary | 11010110 | 1111001 | 101000 | 0 | 101011 | 1010001 | 10000 | 11100 | 1000101 | 110010 |
Color Harmonies of #D67928
Complementary color
Monochromatic Colors of #D67928
Black with #D67928
Text Example
Text Example
White with #D67928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67928; }
p { color: rgb(214,121,40); }
H1.HeaderClassName
{
color: #D67928;
}
.AnyTagClassName
{
color: #D67928;
}
</style>
background-color css
<style>
a { background-color: #D67928; }
a { background-color: rgb(214,121,40); }
div.DivClassName
{
background-color: #D67928;
}
.BgClassName
{
background-color: #D67928;
}
</style>
border-color css
<style>
span { border-color: #D67928; }
span { border-color: rgb(214,121,40); }
td.TdClassName
{
border-color: #D67928;
}
.TagClassName
{
border-color: #D67928;
}
</style>