Shades of Gold Drop #D0672B
Tints of Gold Drop #D0672B
RGB
CMYK
RGB Variations
Color information
#D0672B (or 0xD0672B) is known color: Gold Drop. HEX triplet: D0, 67 and 2B. RGB value is (208,103,43). Sum of RGB (Red+Green+Blue) = 208+103+43=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0672B is #2F98D4. Grayscale: #7F7F7F. Windows color (decimal): -3119317 or 2844624. OLE color: 2844624.
HSL color Cylindrical-coordinate representation of color #D0672B: hue angle of 21.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0672B is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 43 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.18 |
| HSL | 21.82º | 0.66% | 0.49% | - |
| HSV(B) | 21.82º | 0.79% | 0.82% | - |
| XYZ | 31.3 | 23.28 | 5.13 | - |
| YUV | 127.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 43 | 0 | 0.50 | 0.79 | 0.18 | 21.82 | 0.66 | 0.49 |
| Hex | D0 | 67 | 2B | 0 | 32 | 4F | 12 | 16 | 42 | 31 |
| Octal | 320 | 147 | 53 | 0 | 62 | 117 | 22 | 26 | 102 | 61 |
| Binary | 11010000 | 1100111 | 101011 | 0 | 110010 | 1001111 | 10010 | 10110 | 1000010 | 110001 |
Color Harmonies of #D0672B
Complementary color
Monochromatic Colors of #D0672B
Black with #D0672B
Text Example
Text Example
White with #D0672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0672B; }
p { color: rgb(208,103,43); }
H1.HeaderClassName
{
color: #D0672B;
}
.AnyTagClassName
{
color: #D0672B;
}
</style>
background-color css
<style>
a { background-color: #D0672B; }
a { background-color: rgb(208,103,43); }
div.DivClassName
{
background-color: #D0672B;
}
.BgClassName
{
background-color: #D0672B;
}
</style>
border-color css
<style>
span { border-color: #D0672B; }
span { border-color: rgb(208,103,43); }
td.TdClassName
{
border-color: #D0672B;
}
.TagClassName
{
border-color: #D0672B;
}
</style>