Shades of Tahiti Gold #D67524
Tints of Tahiti Gold #D67524
RGB
CMYK
RGB Variations
Color information
#D67524 (or 0xD67524) is known color: Tahiti Gold. HEX triplet: D6, 75 and 24. RGB value is (214,117,36). Sum of RGB (Red+Green+Blue) = 214+117+36=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D67524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67524 is #298ADB. Grayscale: #898989. Windows color (decimal): -2722524 or 2389462. OLE color: 2389462.
HSL color Cylindrical-coordinate representation of color #D67524: hue angle of 27.3º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D67524 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 117 | 36 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.16 |
| HSL | 27.3º | 0.71% | 0.49% | - |
| HSV(B) | 27.3º | 0.83% | 0.84% | - |
| XYZ | 34.41 | 27.15 | 5.1 | - |
| YUV | 136.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 117 | 36 | 0 | 0.45 | 0.83 | 0.16 | 27.3 | 0.71 | 0.49 |
| Hex | D6 | 75 | 24 | 0 | 2D | 53 | 10 | 1B | 47 | 31 |
| Octal | 326 | 165 | 44 | 0 | 55 | 123 | 20 | 33 | 107 | 61 |
| Binary | 11010110 | 1110101 | 100100 | 0 | 101101 | 1010011 | 10000 | 11011 | 1000111 | 110001 |
Color Harmonies of #D67524
Complementary color
Monochromatic Colors of #D67524
Black with #D67524
Text Example
Text Example
White with #D67524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67524; }
p { color: rgb(214,117,36); }
H1.HeaderClassName
{
color: #D67524;
}
.AnyTagClassName
{
color: #D67524;
}
</style>
background-color css
<style>
a { background-color: #D67524; }
a { background-color: rgb(214,117,36); }
div.DivClassName
{
background-color: #D67524;
}
.BgClassName
{
background-color: #D67524;
}
</style>
border-color css
<style>
span { border-color: #D67524; }
span { border-color: rgb(214,117,36); }
td.TdClassName
{
border-color: #D67524;
}
.TagClassName
{
border-color: #D67524;
}
</style>