Shades of Gold Drop #D7672B
Tints of Gold Drop #D7672B
RGB
CMYK
RGB Variations
Color information
#D7672B (or 0xD7672B) is known color: Gold Drop. HEX triplet: D7, 67 and 2B. RGB value is (215,103,43). Sum of RGB (Red+Green+Blue) = 215+103+43=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7672B is #2898D4. Grayscale: #828282. Windows color (decimal): -2660565 or 2844631. OLE color: 2844631.
HSL color Cylindrical-coordinate representation of color #D7672B: hue angle of 20.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7672B is Cyan = 0, Magento = 0.52, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 43 | - |
| CMYK | 0 | 0.52 | 0.8 | 0.16 |
| HSL | 20.93º | 0.68% | 0.51% | - |
| HSV(B) | 20.93º | 0.8% | 0.84% | - |
| XYZ | 33.31 | 24.32 | 5.22 | - |
| YUV | 129.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 43 | 0 | 0.52 | 0.8 | 0.16 | 20.93 | 0.68 | 0.51 |
| Hex | D7 | 67 | 2B | 0 | 34 | 50 | 10 | 15 | 44 | 33 |
| Octal | 327 | 147 | 53 | 0 | 64 | 120 | 20 | 25 | 104 | 63 |
| Binary | 11010111 | 1100111 | 101011 | 0 | 110100 | 1010000 | 10000 | 10101 | 1000100 | 110011 |
Color Harmonies of #D7672B
Complementary color
Monochromatic Colors of #D7672B
Black with #D7672B
Text Example
Text Example
White with #D7672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7672B; }
p { color: rgb(215,103,43); }
H1.HeaderClassName
{
color: #D7672B;
}
.AnyTagClassName
{
color: #D7672B;
}
</style>
background-color css
<style>
a { background-color: #D7672B; }
a { background-color: rgb(215,103,43); }
div.DivClassName
{
background-color: #D7672B;
}
.BgClassName
{
background-color: #D7672B;
}
</style>
border-color css
<style>
span { border-color: #D7672B; }
span { border-color: rgb(215,103,43); }
td.TdClassName
{
border-color: #D7672B;
}
.TagClassName
{
border-color: #D7672B;
}
</style>