Shades of Gold Drop #D5652D
Tints of Gold Drop #D5652D
RGB
CMYK
RGB Variations
Color information
#D5652D (or 0xD5652D) is known color: Gold Drop. HEX triplet: D5, 65 and 2D. RGB value is (213,101,45). Sum of RGB (Red+Green+Blue) = 213+101+45=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5652D is #2A9AD2. Grayscale: #808080. Windows color (decimal): -2792147 or 2975189. OLE color: 2975189.
HSL color Cylindrical-coordinate representation of color #D5652D: hue angle of 20º 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 #D5652D is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 45 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.16 |
| HSL | 20º | 0.67% | 0.51% | - |
| HSV(B) | 20º | 0.79% | 0.84% | - |
| XYZ | 32.57 | 23.64 | 5.33 | - |
| YUV | 128.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 45 | 0 | 0.53 | 0.79 | 0.16 | 20 | 0.67 | 0.51 |
| Hex | D5 | 65 | 2D | 0 | 35 | 4F | 10 | 14 | 43 | 33 |
| Octal | 325 | 145 | 55 | 0 | 65 | 117 | 20 | 24 | 103 | 63 |
| Binary | 11010101 | 1100101 | 101101 | 0 | 110101 | 1001111 | 10000 | 10100 | 1000011 | 110011 |
Color Harmonies of #D5652D
Complementary color
Monochromatic Colors of #D5652D
Black with #D5652D
Text Example
Text Example
White with #D5652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5652D; }
p { color: rgb(213,101,45); }
H1.HeaderClassName
{
color: #D5652D;
}
.AnyTagClassName
{
color: #D5652D;
}
</style>
background-color css
<style>
a { background-color: #D5652D; }
a { background-color: rgb(213,101,45); }
div.DivClassName
{
background-color: #D5652D;
}
.BgClassName
{
background-color: #D5652D;
}
</style>
border-color css
<style>
span { border-color: #D5652D; }
span { border-color: rgb(213,101,45); }
td.TdClassName
{
border-color: #D5652D;
}
.TagClassName
{
border-color: #D5652D;
}
</style>