Shades of Gold Drop #D9672B
Tints of Gold Drop #D9672B
RGB
CMYK
RGB Variations
Color information
#D9672B (or 0xD9672B) is known color: Gold Drop. HEX triplet: D9, 67 and 2B. RGB value is (217,103,43). Sum of RGB (Red+Green+Blue) = 217+103+43=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D9672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9672B is #2698D4. Grayscale: #828282. Windows color (decimal): -2529493 or 2844633. OLE color: 2844633.
HSL color Cylindrical-coordinate representation of color #D9672B: hue angle of 20.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9672B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 43 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.15 |
| HSL | 20.69º | 0.7% | 0.51% | - |
| HSV(B) | 20.69º | 0.8% | 0.85% | - |
| XYZ | 33.9 | 24.63 | 5.25 | - |
| YUV | 130.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 43 | 0 | 0.53 | 0.80 | 0.15 | 20.69 | 0.7 | 0.51 |
| Hex | D9 | 67 | 2B | 0 | 35 | 50 | F | 15 | 46 | 33 |
| Octal | 331 | 147 | 53 | 0 | 65 | 120 | 17 | 25 | 106 | 63 |
| Binary | 11011001 | 1100111 | 101011 | 0 | 110101 | 1010000 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #D9672B
Complementary color
Monochromatic Colors of #D9672B
Black with #D9672B
Text Example
Text Example
White with #D9672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9672B; }
p { color: rgb(217,103,43); }
H1.HeaderClassName
{
color: #D9672B;
}
.AnyTagClassName
{
color: #D9672B;
}
</style>
background-color css
<style>
a { background-color: #D9672B; }
a { background-color: rgb(217,103,43); }
div.DivClassName
{
background-color: #D9672B;
}
.BgClassName
{
background-color: #D9672B;
}
</style>
border-color css
<style>
span { border-color: #D9672B; }
span { border-color: rgb(217,103,43); }
td.TdClassName
{
border-color: #D9672B;
}
.TagClassName
{
border-color: #D9672B;
}
</style>