Shades of Gold Drop #DA6627
Tints of Gold Drop #DA6627
RGB
CMYK
RGB Variations
Color information
#DA6627 (or 0xDA6627) is known color: Gold Drop. HEX triplet: DA, 66 and 27. RGB value is (218,102,39). Sum of RGB (Red+Green+Blue) = 218+102+39=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6627 is #2599D8. Grayscale: #818181. Windows color (decimal): -2464217 or 2582234. OLE color: 2582234.
HSL color Cylindrical-coordinate representation of color #DA6627: hue angle of 21.12º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA6627 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.15 |
| HSL | 21.12º | 0.71% | 0.5% | - |
| HSV(B) | 21.12º | 0.82% | 0.85% | - |
| XYZ | 34.03 | 24.55 | 4.87 | - |
| YUV | 129.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 39 | 0 | 0.53 | 0.82 | 0.15 | 21.12 | 0.71 | 0.5 |
| Hex | DA | 66 | 27 | 0 | 35 | 52 | F | 15 | 47 | 32 |
| Octal | 332 | 146 | 47 | 0 | 65 | 122 | 17 | 25 | 107 | 62 |
| Binary | 11011010 | 1100110 | 100111 | 0 | 110101 | 1010010 | 1111 | 10101 | 1000111 | 110010 |
Color Harmonies of #DA6627
Complementary color
Monochromatic Colors of #DA6627
Black with #DA6627
Text Example
Text Example
White with #DA6627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6627; }
p { color: rgb(218,102,39); }
H1.HeaderClassName
{
color: #DA6627;
}
.AnyTagClassName
{
color: #DA6627;
}
</style>
background-color css
<style>
a { background-color: #DA6627; }
a { background-color: rgb(218,102,39); }
div.DivClassName
{
background-color: #DA6627;
}
.BgClassName
{
background-color: #DA6627;
}
</style>
border-color css
<style>
span { border-color: #DA6627; }
span { border-color: rgb(218,102,39); }
td.TdClassName
{
border-color: #DA6627;
}
.TagClassName
{
border-color: #DA6627;
}
</style>