Shades of Gold Drop #D6672D
Tints of Gold Drop #D6672D
RGB
CMYK
RGB Variations
Color information
#D6672D (or 0xD6672D) is known color: Gold Drop. HEX triplet: D6, 67 and 2D. RGB value is (214,103,45). Sum of RGB (Red+Green+Blue) = 214+103+45=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6672D is #2998D2. Grayscale: #818181. Windows color (decimal): -2726099 or 2975702. OLE color: 2975702.
HSL color Cylindrical-coordinate representation of color #D6672D: hue angle of 20.59º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6672D is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 45 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.16 |
| HSL | 20.59º | 0.67% | 0.51% | - |
| HSV(B) | 20.59º | 0.79% | 0.84% | - |
| XYZ | 33.06 | 24.19 | 5.41 | - |
| YUV | 129.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 45 | 0 | 0.52 | 0.79 | 0.16 | 20.59 | 0.67 | 0.51 |
| Hex | D6 | 67 | 2D | 0 | 34 | 4F | 10 | 15 | 43 | 33 |
| Octal | 326 | 147 | 55 | 0 | 64 | 117 | 20 | 25 | 103 | 63 |
| Binary | 11010110 | 1100111 | 101101 | 0 | 110100 | 1001111 | 10000 | 10101 | 1000011 | 110011 |
Color Harmonies of #D6672D
Complementary color
Monochromatic Colors of #D6672D
Black with #D6672D
Text Example
Text Example
White with #D6672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6672D; }
p { color: rgb(214,103,45); }
H1.HeaderClassName
{
color: #D6672D;
}
.AnyTagClassName
{
color: #D6672D;
}
</style>
background-color css
<style>
a { background-color: #D6672D; }
a { background-color: rgb(214,103,45); }
div.DivClassName
{
background-color: #D6672D;
}
.BgClassName
{
background-color: #D6672D;
}
</style>
border-color css
<style>
span { border-color: #D6672D; }
span { border-color: rgb(214,103,45); }
td.TdClassName
{
border-color: #D6672D;
}
.TagClassName
{
border-color: #D6672D;
}
</style>