Shades of Gold Drop #D2672D
Tints of Gold Drop #D2672D
RGB
CMYK
RGB Variations
Color information
#D2672D (or 0xD2672D) is known color: Gold Drop. HEX triplet: D2, 67 and 2D. RGB value is (210,103,45). Sum of RGB (Red+Green+Blue) = 210+103+45=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D2672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2672D is #2D98D2. Grayscale: #808080. Windows color (decimal): -2988243 or 2975698. OLE color: 2975698.
HSL color Cylindrical-coordinate representation of color #D2672D: hue angle of 21.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D2672D is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 45 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.18 |
| HSL | 21.09º | 0.65% | 0.5% | - |
| HSV(B) | 21.09º | 0.79% | 0.82% | - |
| XYZ | 31.9 | 23.59 | 5.35 | - |
| YUV | 128.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 45 | 0 | 0.51 | 0.79 | 0.18 | 21.09 | 0.65 | 0.5 |
| Hex | D2 | 67 | 2D | 0 | 33 | 4F | 12 | 15 | 41 | 32 |
| Octal | 322 | 147 | 55 | 0 | 63 | 117 | 22 | 25 | 101 | 62 |
| Binary | 11010010 | 1100111 | 101101 | 0 | 110011 | 1001111 | 10010 | 10101 | 1000001 | 110010 |
Color Harmonies of #D2672D
Complementary color
Monochromatic Colors of #D2672D
Black with #D2672D
Text Example
Text Example
White with #D2672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2672D; }
p { color: rgb(210,103,45); }
H1.HeaderClassName
{
color: #D2672D;
}
.AnyTagClassName
{
color: #D2672D;
}
</style>
background-color css
<style>
a { background-color: #D2672D; }
a { background-color: rgb(210,103,45); }
div.DivClassName
{
background-color: #D2672D;
}
.BgClassName
{
background-color: #D2672D;
}
</style>
border-color css
<style>
span { border-color: #D2672D; }
span { border-color: rgb(210,103,45); }
td.TdClassName
{
border-color: #D2672D;
}
.TagClassName
{
border-color: #D2672D;
}
</style>