Shades of Tahiti Gold #D56F28
Tints of Tahiti Gold #D56F28
RGB
CMYK
RGB Variations
Color information
#D56F28 (or 0xD56F28) is known color: Tahiti Gold. HEX triplet: D5, 6F and 28. RGB value is (213,111,40). Sum of RGB (Red+Green+Blue) = 213+111+40=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56F28 is #2A90D7. Grayscale: #858585. Windows color (decimal): -2789592 or 2650069. OLE color: 2650069.
HSL color Cylindrical-coordinate representation of color #D56F28: hue angle of 24.62º degrees, saturation: 0.68, 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 #D56F28 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 40 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.16 |
| HSL | 24.62º | 0.68% | 0.5% | - |
| HSV(B) | 24.62º | 0.81% | 0.84% | - |
| XYZ | 33.51 | 25.67 | 5.2 | - |
| YUV | 133.4 | 75.29 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 40 | 0 | 0.48 | 0.81 | 0.16 | 24.62 | 0.68 | 0.5 |
| Hex | D5 | 6F | 28 | 0 | 30 | 51 | 10 | 19 | 44 | 32 |
| Octal | 325 | 157 | 50 | 0 | 60 | 121 | 20 | 31 | 104 | 62 |
| Binary | 11010101 | 1101111 | 101000 | 0 | 110000 | 1010001 | 10000 | 11001 | 1000100 | 110010 |
Color Harmonies of #D56F28
Complementary color
Monochromatic Colors of #D56F28
Black with #D56F28
Text Example
Text Example
White with #D56F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F28; }
p { color: rgb(213,111,40); }
H1.HeaderClassName
{
color: #D56F28;
}
.AnyTagClassName
{
color: #D56F28;
}
</style>
background-color css
<style>
a { background-color: #D56F28; }
a { background-color: rgb(213,111,40); }
div.DivClassName
{
background-color: #D56F28;
}
.BgClassName
{
background-color: #D56F28;
}
</style>
border-color css
<style>
span { border-color: #D56F28; }
span { border-color: rgb(213,111,40); }
td.TdClassName
{
border-color: #D56F28;
}
.TagClassName
{
border-color: #D56F28;
}
</style>