Shades of Gold Drop #D9672C
Tints of Gold Drop #D9672C
RGB
CMYK
RGB Variations
Color information
#D9672C (or 0xD9672C) is known color: Gold Drop. HEX triplet: D9, 67 and 2C. RGB value is (217,103,44). Sum of RGB (Red+Green+Blue) = 217+103+44=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9672C is #2698D3. Grayscale: #828282. Windows color (decimal): -2529492 or 2910169. OLE color: 2910169.
HSL color Cylindrical-coordinate representation of color #D9672C: hue angle of 20.46º degrees, saturation: 0.69, 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 #D9672C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 44 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.15 |
| HSL | 20.46º | 0.69% | 0.51% | - |
| HSV(B) | 20.46º | 0.8% | 0.85% | - |
| XYZ | 33.92 | 24.63 | 5.35 | - |
| YUV | 130.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 44 | 0 | 0.53 | 0.80 | 0.15 | 20.46 | 0.69 | 0.51 |
| Hex | D9 | 67 | 2C | 0 | 35 | 50 | F | 14 | 45 | 33 |
| Octal | 331 | 147 | 54 | 0 | 65 | 120 | 17 | 24 | 105 | 63 |
| Binary | 11011001 | 1100111 | 101100 | 0 | 110101 | 1010000 | 1111 | 10100 | 1000101 | 110011 |
Color Harmonies of #D9672C
Complementary color
Monochromatic Colors of #D9672C
Black with #D9672C
Text Example
Text Example
White with #D9672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9672C; }
p { color: rgb(217,103,44); }
H1.HeaderClassName
{
color: #D9672C;
}
.AnyTagClassName
{
color: #D9672C;
}
</style>
background-color css
<style>
a { background-color: #D9672C; }
a { background-color: rgb(217,103,44); }
div.DivClassName
{
background-color: #D9672C;
}
.BgClassName
{
background-color: #D9672C;
}
</style>
border-color css
<style>
span { border-color: #D9672C; }
span { border-color: rgb(217,103,44); }
td.TdClassName
{
border-color: #D9672C;
}
.TagClassName
{
border-color: #D9672C;
}
</style>