Shades of Gold Drop #D56933
Tints of Gold Drop #D56933
RGB
CMYK
RGB Variations
Color information
#D56933 (or 0xD56933) is known color: Gold Drop. HEX triplet: D5, 69 and 33. RGB value is (213,105,51). Sum of RGB (Red+Green+Blue) = 213+105+51=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D56933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56933 is #2A96CC. Grayscale: #838383. Windows color (decimal): -2791117 or 3369429. OLE color: 3369429.
HSL color Cylindrical-coordinate representation of color #D56933: hue angle of 20º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D56933 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 51 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.16 |
| HSL | 20º | 0.66% | 0.52% | - |
| HSV(B) | 20º | 0.76% | 0.84% | - |
| XYZ | 33.09 | 24.49 | 6.11 | - |
| YUV | 131.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 51 | 0 | 0.51 | 0.76 | 0.16 | 20 | 0.66 | 0.52 |
| Hex | D5 | 69 | 33 | 0 | 33 | 4C | 10 | 14 | 42 | 34 |
| Octal | 325 | 151 | 63 | 0 | 63 | 114 | 20 | 24 | 102 | 64 |
| Binary | 11010101 | 1101001 | 110011 | 0 | 110011 | 1001100 | 10000 | 10100 | 1000010 | 110100 |
Color Harmonies of #D56933
Complementary color
Monochromatic Colors of #D56933
Black with #D56933
Text Example
Text Example
White with #D56933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56933; }
p { color: rgb(213,105,51); }
H1.HeaderClassName
{
color: #D56933;
}
.AnyTagClassName
{
color: #D56933;
}
</style>
background-color css
<style>
a { background-color: #D56933; }
a { background-color: rgb(213,105,51); }
div.DivClassName
{
background-color: #D56933;
}
.BgClassName
{
background-color: #D56933;
}
</style>
border-color css
<style>
span { border-color: #D56933; }
span { border-color: rgb(213,105,51); }
td.TdClassName
{
border-color: #D56933;
}
.TagClassName
{
border-color: #D56933;
}
</style>