Shades of Gold Drop #D8652A
Tints of Gold Drop #D8652A
RGB
CMYK
RGB Variations
Color information
#D8652A (or 0xD8652A) is known color: Gold Drop. HEX triplet: D8, 65 and 2A. RGB value is (216,101,42). Sum of RGB (Red+Green+Blue) = 216+101+42=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8652A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8652A is #279AD5. Grayscale: #818181. Windows color (decimal): -2595542 or 2778584. OLE color: 2778584.
HSL color Cylindrical-coordinate representation of color #D8652A: hue angle of 20.34º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8652A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 42 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.15 |
| HSL | 20.34º | 0.69% | 0.51% | - |
| HSV(B) | 20.34º | 0.81% | 0.85% | - |
| XYZ | 33.39 | 24.07 | 5.08 | - |
| YUV | 128.66 | 79.1 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 42 | 0 | 0.53 | 0.81 | 0.15 | 20.34 | 0.69 | 0.51 |
| Hex | D8 | 65 | 2A | 0 | 35 | 51 | F | 14 | 45 | 33 |
| Octal | 330 | 145 | 52 | 0 | 65 | 121 | 17 | 24 | 105 | 63 |
| Binary | 11011000 | 1100101 | 101010 | 0 | 110101 | 1010001 | 1111 | 10100 | 1000101 | 110011 |
Color Harmonies of #D8652A
Complementary color
Monochromatic Colors of #D8652A
Black with #D8652A
Text Example
Text Example
White with #D8652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8652A; }
p { color: rgb(216,101,42); }
H1.HeaderClassName
{
color: #D8652A;
}
.AnyTagClassName
{
color: #D8652A;
}
</style>
background-color css
<style>
a { background-color: #D8652A; }
a { background-color: rgb(216,101,42); }
div.DivClassName
{
background-color: #D8652A;
}
.BgClassName
{
background-color: #D8652A;
}
</style>
border-color css
<style>
span { border-color: #D8652A; }
span { border-color: rgb(216,101,42); }
td.TdClassName
{
border-color: #D8652A;
}
.TagClassName
{
border-color: #D8652A;
}
</style>