Shades of Tahiti Gold #D67528
Tints of Tahiti Gold #D67528
RGB
CMYK
RGB Variations
Color information
#D67528 (or 0xD67528) is known color: Tahiti Gold. HEX triplet: D6, 75 and 28. RGB value is (214,117,40). Sum of RGB (Red+Green+Blue) = 214+117+40=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D67528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67528 is #298AD7. Grayscale: #898989. Windows color (decimal): -2722520 or 2651606. OLE color: 2651606.
HSL color Cylindrical-coordinate representation of color #D67528: hue angle of 26.55º 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 #D67528 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 40 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.16 |
| HSL | 26.55º | 0.69% | 0.5% | - |
| HSV(B) | 26.55º | 0.81% | 0.84% | - |
| XYZ | 34.48 | 27.17 | 5.44 | - |
| YUV | 137.23 | 73.14 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 40 | 0 | 0.45 | 0.81 | 0.16 | 26.55 | 0.69 | 0.5 |
| Hex | D6 | 75 | 28 | 0 | 2D | 51 | 10 | 1B | 45 | 32 |
| Octal | 326 | 165 | 50 | 0 | 55 | 121 | 20 | 33 | 105 | 62 |
| Binary | 11010110 | 1110101 | 101000 | 0 | 101101 | 1010001 | 10000 | 11011 | 1000101 | 110010 |
Color Harmonies of #D67528
Complementary color
Monochromatic Colors of #D67528
Black with #D67528
Text Example
Text Example
White with #D67528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67528; }
p { color: rgb(214,117,40); }
H1.HeaderClassName
{
color: #D67528;
}
.AnyTagClassName
{
color: #D67528;
}
</style>
background-color css
<style>
a { background-color: #D67528; }
a { background-color: rgb(214,117,40); }
div.DivClassName
{
background-color: #D67528;
}
.BgClassName
{
background-color: #D67528;
}
</style>
border-color css
<style>
span { border-color: #D67528; }
span { border-color: rgb(214,117,40); }
td.TdClassName
{
border-color: #D67528;
}
.TagClassName
{
border-color: #D67528;
}
</style>