Shades of Tahiti Gold #D96E23
Tints of Tahiti Gold #D96E23
RGB
CMYK
RGB Variations
Color information
#D96E23 (or 0xD96E23) is known color: Tahiti Gold. HEX triplet: D9, 6E and 23. RGB value is (217,110,35). Sum of RGB (Red+Green+Blue) = 217+110+35=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96E23 is #2691DC. Grayscale: #858585. Windows color (decimal): -2527709 or 2322137. OLE color: 2322137.
HSL color Cylindrical-coordinate representation of color #D96E23: hue angle of 24.73º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D96E23 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 35 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.15 |
| HSL | 24.73º | 0.72% | 0.49% | - |
| HSV(B) | 24.73º | 0.84% | 0.85% | - |
| XYZ | 34.49 | 26.02 | 4.8 | - |
| YUV | 133.44 | 72.45 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 35 | 0 | 0.49 | 0.84 | 0.15 | 24.73 | 0.72 | 0.49 |
| Hex | D9 | 6E | 23 | 0 | 31 | 54 | F | 19 | 48 | 31 |
| Octal | 331 | 156 | 43 | 0 | 61 | 124 | 17 | 31 | 110 | 61 |
| Binary | 11011001 | 1101110 | 100011 | 0 | 110001 | 1010100 | 1111 | 11001 | 1001000 | 110001 |
Color Harmonies of #D96E23
Complementary color
Monochromatic Colors of #D96E23
Black with #D96E23
Text Example
Text Example
White with #D96E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96E23; }
p { color: rgb(217,110,35); }
H1.HeaderClassName
{
color: #D96E23;
}
.AnyTagClassName
{
color: #D96E23;
}
</style>
background-color css
<style>
a { background-color: #D96E23; }
a { background-color: rgb(217,110,35); }
div.DivClassName
{
background-color: #D96E23;
}
.BgClassName
{
background-color: #D96E23;
}
</style>
border-color css
<style>
span { border-color: #D96E23; }
span { border-color: rgb(217,110,35); }
td.TdClassName
{
border-color: #D96E23;
}
.TagClassName
{
border-color: #D96E23;
}
</style>