Shades of Gold Drop #D0672F
Tints of Gold Drop #D0672F
RGB
CMYK
RGB Variations
Color information
#D0672F (or 0xD0672F) is known color: Gold Drop. HEX triplet: D0, 67 and 2F. RGB value is (208,103,47). Sum of RGB (Red+Green+Blue) = 208+103+47=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D0672F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0672F is #2F98D0. Grayscale: #808080. Windows color (decimal): -3119313 or 3106768. OLE color: 3106768.
HSL color Cylindrical-coordinate representation of color #D0672F: hue angle of 20.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0672F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 47 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.18 |
| HSL | 20.87º | 0.63% | 0.5% | - |
| HSV(B) | 20.87º | 0.77% | 0.82% | - |
| XYZ | 31.38 | 23.32 | 5.54 | - |
| YUV | 128.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 47 | 0 | 0.50 | 0.77 | 0.18 | 20.87 | 0.63 | 0.5 |
| Hex | D0 | 67 | 2F | 0 | 32 | 4D | 12 | 15 | 3F | 32 |
| Octal | 320 | 147 | 57 | 0 | 62 | 115 | 22 | 25 | 77 | 62 |
| Binary | 11010000 | 1100111 | 101111 | 0 | 110010 | 1001101 | 10010 | 10101 | 111111 | 110010 |
Color Harmonies of #D0672F
Complementary color
Monochromatic Colors of #D0672F
Black with #D0672F
Text Example
Text Example
White with #D0672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0672F; }
p { color: rgb(208,103,47); }
H1.HeaderClassName
{
color: #D0672F;
}
.AnyTagClassName
{
color: #D0672F;
}
</style>
background-color css
<style>
a { background-color: #D0672F; }
a { background-color: rgb(208,103,47); }
div.DivClassName
{
background-color: #D0672F;
}
.BgClassName
{
background-color: #D0672F;
}
</style>
border-color css
<style>
span { border-color: #D0672F; }
span { border-color: rgb(208,103,47); }
td.TdClassName
{
border-color: #D0672F;
}
.TagClassName
{
border-color: #D0672F;
}
</style>