Shades of Tahiti Gold #DD6B25
Tints of Tahiti Gold #DD6B25
RGB
CMYK
RGB Variations
Color information
#DD6B25 (or 0xDD6B25) is known color: Tahiti Gold. HEX triplet: DD, 6B and 25. RGB value is (221,107,37). Sum of RGB (Red+Green+Blue) = 221+107+37=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B25 is #2294DA. Grayscale: #858585. Windows color (decimal): -2266331 or 2452445. OLE color: 2452445.
HSL color Cylindrical-coordinate representation of color #DD6B25: hue angle of 22.83º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD6B25 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 37 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.13 |
| HSL | 22.83º | 0.73% | 0.51% | - |
| HSV(B) | 22.83º | 0.83% | 0.87% | - |
| XYZ | 35.41 | 26.02 | 4.91 | - |
| YUV | 133.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 37 | 0 | 0.52 | 0.83 | 0.13 | 22.83 | 0.73 | 0.51 |
| Hex | DD | 6B | 25 | 0 | 34 | 53 | D | 17 | 49 | 33 |
| Octal | 335 | 153 | 45 | 0 | 64 | 123 | 15 | 27 | 111 | 63 |
| Binary | 11011101 | 1101011 | 100101 | 0 | 110100 | 1010011 | 1101 | 10111 | 1001001 | 110011 |
Color Harmonies of #DD6B25
Complementary color
Monochromatic Colors of #DD6B25
Black with #DD6B25
Text Example
Text Example
White with #DD6B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6B25; }
p { color: rgb(221,107,37); }
H1.HeaderClassName
{
color: #DD6B25;
}
.AnyTagClassName
{
color: #DD6B25;
}
</style>
background-color css
<style>
a { background-color: #DD6B25; }
a { background-color: rgb(221,107,37); }
div.DivClassName
{
background-color: #DD6B25;
}
.BgClassName
{
background-color: #DD6B25;
}
</style>
border-color css
<style>
span { border-color: #DD6B25; }
span { border-color: rgb(221,107,37); }
td.TdClassName
{
border-color: #DD6B25;
}
.TagClassName
{
border-color: #DD6B25;
}
</style>