Shades of Tahiti Gold #D67423
Tints of Tahiti Gold #D67423
RGB
CMYK
RGB Variations
Color information
#D67423 (or 0xD67423) is known color: Tahiti Gold. HEX triplet: D6, 74 and 23. RGB value is (214,116,35). Sum of RGB (Red+Green+Blue) = 214+116+35=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D67423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67423 is #298BDC. Grayscale: #888888. Windows color (decimal): -2722781 or 2323670. OLE color: 2323670.
HSL color Cylindrical-coordinate representation of color #D67423: hue angle of 27.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D67423 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 116 | 35 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.16 |
| HSL | 27.15º | 0.72% | 0.49% | - |
| HSV(B) | 27.15º | 0.84% | 0.84% | - |
| XYZ | 34.28 | 26.91 | 4.98 | - |
| YUV | 136.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 116 | 35 | 0 | 0.46 | 0.84 | 0.16 | 27.15 | 0.72 | 0.49 |
| Hex | D6 | 74 | 23 | 0 | 2E | 54 | 10 | 1B | 48 | 31 |
| Octal | 326 | 164 | 43 | 0 | 56 | 124 | 20 | 33 | 110 | 61 |
| Binary | 11010110 | 1110100 | 100011 | 0 | 101110 | 1010100 | 10000 | 11011 | 1001000 | 110001 |
Color Harmonies of #D67423
Complementary color
Monochromatic Colors of #D67423
Black with #D67423
Text Example
Text Example
White with #D67423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67423; }
p { color: rgb(214,116,35); }
H1.HeaderClassName
{
color: #D67423;
}
.AnyTagClassName
{
color: #D67423;
}
</style>
background-color css
<style>
a { background-color: #D67423; }
a { background-color: rgb(214,116,35); }
div.DivClassName
{
background-color: #D67423;
}
.BgClassName
{
background-color: #D67423;
}
</style>
border-color css
<style>
span { border-color: #D67423; }
span { border-color: rgb(214,116,35); }
td.TdClassName
{
border-color: #D67423;
}
.TagClassName
{
border-color: #D67423;
}
</style>