Shades of Tahiti Gold #DD6627
Tints of Tahiti Gold #DD6627
RGB
CMYK
RGB Variations
Color information
#DD6627 (or 0xDD6627) is known color: Tahiti Gold. HEX triplet: DD, 66 and 27. RGB value is (221,102,39). Sum of RGB (Red+Green+Blue) = 221+102+39=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 39 (15.62% from 255 or 10.77% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6627 is #2299D8. Grayscale: #828282. Windows color (decimal): -2267609 or 2582237. OLE color: 2582237.
HSL color Cylindrical-coordinate representation of color #DD6627: hue angle of 20.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD6627 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 39 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.13 |
| HSL | 20.77º | 0.73% | 0.51% | - |
| HSV(B) | 20.77º | 0.82% | 0.87% | - |
| XYZ | 34.94 | 25.02 | 4.91 | - |
| YUV | 130.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 39 | 0 | 0.54 | 0.82 | 0.13 | 20.77 | 0.73 | 0.51 |
| Hex | DD | 66 | 27 | 0 | 36 | 52 | D | 15 | 49 | 33 |
| Octal | 335 | 146 | 47 | 0 | 66 | 122 | 15 | 25 | 111 | 63 |
| Binary | 11011101 | 1100110 | 100111 | 0 | 110110 | 1010010 | 1101 | 10101 | 1001001 | 110011 |
Color Harmonies of #DD6627
Complementary color
Monochromatic Colors of #DD6627
Black with #DD6627
Text Example
Text Example
White with #DD6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6627; }
p { color: rgb(221,102,39); }
H1.HeaderClassName
{
color: #DD6627;
}
.AnyTagClassName
{
color: #DD6627;
}
</style>
background-color css
<style>
a { background-color: #DD6627; }
a { background-color: rgb(221,102,39); }
div.DivClassName
{
background-color: #DD6627;
}
.BgClassName
{
background-color: #DD6627;
}
</style>
border-color css
<style>
span { border-color: #DD6627; }
span { border-color: rgb(221,102,39); }
td.TdClassName
{
border-color: #DD6627;
}
.TagClassName
{
border-color: #DD6627;
}
</style>