Shades of Gold Drop #D26733
Tints of Gold Drop #D26733
RGB
CMYK
RGB Variations
Color information
#D26733 (or 0xD26733) is known color: Gold Drop. HEX triplet: D2, 67 and 33. RGB value is (210,103,51). Sum of RGB (Red+Green+Blue) = 210+103+51=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 51 (20.31% from 255 or 14.01% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D26733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26733 is #2D98CC. Grayscale: #818181. Windows color (decimal): -2988237 or 3368914. OLE color: 3368914.
HSL color Cylindrical-coordinate representation of color #D26733: hue angle of 19.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D26733 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 51 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.18 |
| HSL | 19.62º | 0.64% | 0.51% | - |
| HSV(B) | 19.62º | 0.76% | 0.82% | - |
| XYZ | 32.03 | 23.64 | 6.01 | - |
| YUV | 129.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 51 | 0 | 0.51 | 0.76 | 0.18 | 19.62 | 0.64 | 0.51 |
| Hex | D2 | 67 | 33 | 0 | 33 | 4C | 12 | 14 | 40 | 33 |
| Octal | 322 | 147 | 63 | 0 | 63 | 114 | 22 | 24 | 100 | 63 |
| Binary | 11010010 | 1100111 | 110011 | 0 | 110011 | 1001100 | 10010 | 10100 | 1000000 | 110011 |
Color Harmonies of #D26733
Complementary color
Monochromatic Colors of #D26733
Black with #D26733
Text Example
Text Example
White with #D26733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26733; }
p { color: rgb(210,103,51); }
H1.HeaderClassName
{
color: #D26733;
}
.AnyTagClassName
{
color: #D26733;
}
</style>
background-color css
<style>
a { background-color: #D26733; }
a { background-color: rgb(210,103,51); }
div.DivClassName
{
background-color: #D26733;
}
.BgClassName
{
background-color: #D26733;
}
</style>
border-color css
<style>
span { border-color: #D26733; }
span { border-color: rgb(210,103,51); }
td.TdClassName
{
border-color: #D26733;
}
.TagClassName
{
border-color: #D26733;
}
</style>