Shades of Gold Drop #D0652B
Tints of Gold Drop #D0652B
RGB
CMYK
RGB Variations
Color information
#D0652B (or 0xD0652B) is known color: Gold Drop. HEX triplet: D0, 65 and 2B. RGB value is (208,101,43). Sum of RGB (Red+Green+Blue) = 208+101+43=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0652B is #2F9AD4. Grayscale: #7E7E7E. Windows color (decimal): -3119829 or 2844112. OLE color: 2844112.
HSL color Cylindrical-coordinate representation of color #D0652B: hue angle of 21.09º 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 #D0652B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 43 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.18 |
| HSL | 21.09º | 0.66% | 0.49% | - |
| HSV(B) | 21.09º | 0.79% | 0.82% | - |
| XYZ | 31.1 | 22.89 | 5.06 | - |
| YUV | 126.38 | 80.95 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 43 | 0 | 0.51 | 0.79 | 0.18 | 21.09 | 0.66 | 0.49 |
| Hex | D0 | 65 | 2B | 0 | 33 | 4F | 12 | 15 | 42 | 31 |
| Octal | 320 | 145 | 53 | 0 | 63 | 117 | 22 | 25 | 102 | 61 |
| Binary | 11010000 | 1100101 | 101011 | 0 | 110011 | 1001111 | 10010 | 10101 | 1000010 | 110001 |
Color Harmonies of #D0652B
Complementary color
Monochromatic Colors of #D0652B
Black with #D0652B
Text Example
Text Example
White with #D0652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0652B; }
p { color: rgb(208,101,43); }
H1.HeaderClassName
{
color: #D0652B;
}
.AnyTagClassName
{
color: #D0652B;
}
</style>
background-color css
<style>
a { background-color: #D0652B; }
a { background-color: rgb(208,101,43); }
div.DivClassName
{
background-color: #D0652B;
}
.BgClassName
{
background-color: #D0652B;
}
</style>
border-color css
<style>
span { border-color: #D0652B; }
span { border-color: rgb(208,101,43); }
td.TdClassName
{
border-color: #D0652B;
}
.TagClassName
{
border-color: #D0652B;
}
</style>