Shades of Gold Drop #D66831
Tints of Gold Drop #D66831
RGB
CMYK
RGB Variations
Color information
#D66831 (or 0xD66831) is known color: Gold Drop. HEX triplet: D6, 68 and 31. RGB value is (214,104,49). Sum of RGB (Red+Green+Blue) = 214+104+49=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D66831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66831 is #2997CE. Grayscale: #828282. Windows color (decimal): -2725839 or 3238102. OLE color: 3238102.
HSL color Cylindrical-coordinate representation of color #D66831: hue angle of 20º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D66831 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 49 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.16 |
| HSL | 20º | 0.67% | 0.52% | - |
| HSV(B) | 20º | 0.77% | 0.84% | - |
| XYZ | 33.24 | 24.42 | 5.87 | - |
| YUV | 130.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 49 | 0 | 0.51 | 0.77 | 0.16 | 20 | 0.67 | 0.52 |
| Hex | D6 | 68 | 31 | 0 | 33 | 4D | 10 | 14 | 43 | 34 |
| Octal | 326 | 150 | 61 | 0 | 63 | 115 | 20 | 24 | 103 | 64 |
| Binary | 11010110 | 1101000 | 110001 | 0 | 110011 | 1001101 | 10000 | 10100 | 1000011 | 110100 |
Color Harmonies of #D66831
Complementary color
Monochromatic Colors of #D66831
Black with #D66831
Text Example
Text Example
White with #D66831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66831; }
p { color: rgb(214,104,49); }
H1.HeaderClassName
{
color: #D66831;
}
.AnyTagClassName
{
color: #D66831;
}
</style>
background-color css
<style>
a { background-color: #D66831; }
a { background-color: rgb(214,104,49); }
div.DivClassName
{
background-color: #D66831;
}
.BgClassName
{
background-color: #D66831;
}
</style>
border-color css
<style>
span { border-color: #D66831; }
span { border-color: rgb(214,104,49); }
td.TdClassName
{
border-color: #D66831;
}
.TagClassName
{
border-color: #D66831;
}
</style>