Shades of Gold Drop #D26B31
Tints of Gold Drop #D26B31
RGB
CMYK
RGB Variations
Color information
#D26B31 (or 0xD26B31) is known color: Gold Drop. HEX triplet: D2, 6B and 31. RGB value is (210,107,49). Sum of RGB (Red+Green+Blue) = 210+107+49=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26B31 is #2D94CE. Grayscale: #838383. Windows color (decimal): -2987215 or 3238866. OLE color: 3238866.
HSL color Cylindrical-coordinate representation of color #D26B31: hue angle of 21.61º 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 #D26B31 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 49 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.18 |
| HSL | 21.61º | 0.64% | 0.51% | - |
| HSV(B) | 21.61º | 0.77% | 0.82% | - |
| XYZ | 32.39 | 24.44 | 5.92 | - |
| YUV | 131.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 49 | 0 | 0.49 | 0.77 | 0.18 | 21.61 | 0.64 | 0.51 |
| Hex | D2 | 6B | 31 | 0 | 31 | 4D | 12 | 16 | 40 | 33 |
| Octal | 322 | 153 | 61 | 0 | 61 | 115 | 22 | 26 | 100 | 63 |
| Binary | 11010010 | 1101011 | 110001 | 0 | 110001 | 1001101 | 10010 | 10110 | 1000000 | 110011 |
Color Harmonies of #D26B31
Complementary color
Monochromatic Colors of #D26B31
Black with #D26B31
Text Example
Text Example
White with #D26B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B31; }
p { color: rgb(210,107,49); }
H1.HeaderClassName
{
color: #D26B31;
}
.AnyTagClassName
{
color: #D26B31;
}
</style>
background-color css
<style>
a { background-color: #D26B31; }
a { background-color: rgb(210,107,49); }
div.DivClassName
{
background-color: #D26B31;
}
.BgClassName
{
background-color: #D26B31;
}
</style>
border-color css
<style>
span { border-color: #D26B31; }
span { border-color: rgb(210,107,49); }
td.TdClassName
{
border-color: #D26B31;
}
.TagClassName
{
border-color: #D26B31;
}
</style>