Shades of Gold Drop #D26731
Tints of Gold Drop #D26731
RGB
CMYK
RGB Variations
Color information
#D26731 (or 0xD26731) is known color: Gold Drop. HEX triplet: D2, 67 and 31. RGB value is (210,103,49). Sum of RGB (Red+Green+Blue) = 210+103+49=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D26731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26731 is #2D98CE. Grayscale: #818181. Windows color (decimal): -2988239 or 3237842. OLE color: 3237842.
HSL color Cylindrical-coordinate representation of color #D26731: hue angle of 20.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D26731 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 49 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.18 |
| HSL | 20.12º | 0.64% | 0.51% | - |
| HSV(B) | 20.12º | 0.77% | 0.82% | - |
| XYZ | 31.98 | 23.62 | 5.78 | - |
| YUV | 128.84 | 82.95 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 49 | 0 | 0.51 | 0.77 | 0.18 | 20.12 | 0.64 | 0.51 |
| Hex | D2 | 67 | 31 | 0 | 33 | 4D | 12 | 14 | 40 | 33 |
| Octal | 322 | 147 | 61 | 0 | 63 | 115 | 22 | 24 | 100 | 63 |
| Binary | 11010010 | 1100111 | 110001 | 0 | 110011 | 1001101 | 10010 | 10100 | 1000000 | 110011 |
Color Harmonies of #D26731
Complementary color
Monochromatic Colors of #D26731
Black with #D26731
Text Example
Text Example
White with #D26731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26731; }
p { color: rgb(210,103,49); }
H1.HeaderClassName
{
color: #D26731;
}
.AnyTagClassName
{
color: #D26731;
}
</style>
background-color css
<style>
a { background-color: #D26731; }
a { background-color: rgb(210,103,49); }
div.DivClassName
{
background-color: #D26731;
}
.BgClassName
{
background-color: #D26731;
}
</style>
border-color css
<style>
span { border-color: #D26731; }
span { border-color: rgb(210,103,49); }
td.TdClassName
{
border-color: #D26731;
}
.TagClassName
{
border-color: #D26731;
}
</style>