Shades of Tahiti Gold #DF822A
Tints of Tahiti Gold #DF822A
RGB
CMYK
RGB Variations
Color information
#DF822A (or 0xDF822A) is known color: Tahiti Gold. HEX triplet: DF, 82 and 2A. RGB value is (223,130,42). Sum of RGB (Red+Green+Blue) = 223+130+42=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF822A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF822A is #207DD5. Grayscale: #949494. Windows color (decimal): -2129366 or 2786015. OLE color: 2786015.
HSL color Cylindrical-coordinate representation of color #DF822A: hue angle of 29.17º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DF822A is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 130 | 42 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.13 |
| HSL | 29.17º | 0.74% | 0.52% | - |
| HSV(B) | 29.17º | 0.81% | 0.87% | - |
| XYZ | 38.83 | 31.82 | 6.29 | - |
| YUV | 147.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 42 | 0 | 0.42 | 0.81 | 0.13 | 29.17 | 0.74 | 0.52 |
| Hex | DF | 82 | 2A | 0 | 2A | 51 | D | 1D | 4A | 34 |
| Octal | 337 | 202 | 52 | 0 | 52 | 121 | 15 | 35 | 112 | 64 |
| Binary | 11011111 | 10000010 | 101010 | 0 | 101010 | 1010001 | 1101 | 11101 | 1001010 | 110100 |
Color Harmonies of #DF822A
Complementary color
Monochromatic Colors of #DF822A
Black with #DF822A
Text Example
Text Example
White with #DF822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF822A; }
p { color: rgb(223,130,42); }
H1.HeaderClassName
{
color: #DF822A;
}
.AnyTagClassName
{
color: #DF822A;
}
</style>
background-color css
<style>
a { background-color: #DF822A; }
a { background-color: rgb(223,130,42); }
div.DivClassName
{
background-color: #DF822A;
}
.BgClassName
{
background-color: #DF822A;
}
</style>
border-color css
<style>
span { border-color: #DF822A; }
span { border-color: rgb(223,130,42); }
td.TdClassName
{
border-color: #DF822A;
}
.TagClassName
{
border-color: #DF822A;
}
</style>