Shades of Gold Drop #D5692B
Tints of Gold Drop #D5692B
RGB
CMYK
RGB Variations
Color information
#D5692B (or 0xD5692B) is known color: Gold Drop. HEX triplet: D5, 69 and 2B. RGB value is (213,105,43). Sum of RGB (Red+Green+Blue) = 213+105+43=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 43 (17.19% from 255 or 11.91% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5692B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5692B is #2A96D4. Grayscale: #828282. Windows color (decimal): -2791125 or 2845141. OLE color: 2845141.
HSL color Cylindrical-coordinate representation of color #D5692B: hue angle of 21.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5692B is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 43 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.16 |
| HSL | 21.88º | 0.67% | 0.5% | - |
| HSV(B) | 21.88º | 0.8% | 0.84% | - |
| XYZ | 32.93 | 24.42 | 5.26 | - |
| YUV | 130.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 43 | 0 | 0.51 | 0.80 | 0.16 | 21.88 | 0.67 | 0.5 |
| Hex | D5 | 69 | 2B | 0 | 33 | 50 | 10 | 16 | 43 | 32 |
| Octal | 325 | 151 | 53 | 0 | 63 | 120 | 20 | 26 | 103 | 62 |
| Binary | 11010101 | 1101001 | 101011 | 0 | 110011 | 1010000 | 10000 | 10110 | 1000011 | 110010 |
Color Harmonies of #D5692B
Complementary color
Monochromatic Colors of #D5692B
Black with #D5692B
Text Example
Text Example
White with #D5692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5692B; }
p { color: rgb(213,105,43); }
H1.HeaderClassName
{
color: #D5692B;
}
.AnyTagClassName
{
color: #D5692B;
}
</style>
background-color css
<style>
a { background-color: #D5692B; }
a { background-color: rgb(213,105,43); }
div.DivClassName
{
background-color: #D5692B;
}
.BgClassName
{
background-color: #D5692B;
}
</style>
border-color css
<style>
span { border-color: #D5692B; }
span { border-color: rgb(213,105,43); }
td.TdClassName
{
border-color: #D5692B;
}
.TagClassName
{
border-color: #D5692B;
}
</style>