Shades of Gold Drop #D56727
Tints of Gold Drop #D56727
RGB
CMYK
RGB Variations
Color information
#D56727 (or 0xD56727) is known color: Gold Drop. HEX triplet: D5, 67 and 27. RGB value is (213,103,39). Sum of RGB (Red+Green+Blue) = 213+103+39=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D56727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D56727 is #2A98D8. Grayscale: #808080. Windows color (decimal): -2791641 or 2582485. OLE color: 2582485.
HSL color Cylindrical-coordinate representation of color #D56727: hue angle of 22.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D56727 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 39 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 22.07º | 0.69% | 0.49% | - |
| HSV(B) | 22.07º | 0.82% | 0.84% | - |
| XYZ | 32.66 | 23.99 | 4.83 | - |
| YUV | 128.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 39 | 0 | 0.52 | 0.82 | 0.16 | 22.07 | 0.69 | 0.49 |
| Hex | D5 | 67 | 27 | 0 | 34 | 52 | 10 | 16 | 45 | 31 |
| Octal | 325 | 147 | 47 | 0 | 64 | 122 | 20 | 26 | 105 | 61 |
| Binary | 11010101 | 1100111 | 100111 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000101 | 110001 |
Color Harmonies of #D56727
Complementary color
Monochromatic Colors of #D56727
Black with #D56727
Text Example
Text Example
White with #D56727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56727; }
p { color: rgb(213,103,39); }
H1.HeaderClassName
{
color: #D56727;
}
.AnyTagClassName
{
color: #D56727;
}
</style>
background-color css
<style>
a { background-color: #D56727; }
a { background-color: rgb(213,103,39); }
div.DivClassName
{
background-color: #D56727;
}
.BgClassName
{
background-color: #D56727;
}
</style>
border-color css
<style>
span { border-color: #D56727; }
span { border-color: rgb(213,103,39); }
td.TdClassName
{
border-color: #D56727;
}
.TagClassName
{
border-color: #D56727;
}
</style>