Shades of Gold Drop #D66427
Tints of Gold Drop #D66427
RGB
CMYK
RGB Variations
Color information
#D66427 (or 0xD66427) is known color: Gold Drop. HEX triplet: D6, 64 and 27. RGB value is (214,100,39). Sum of RGB (Red+Green+Blue) = 214+100+39=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D66427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66427 is #299BD8. Grayscale: #7F7F7F. Windows color (decimal): -2726873 or 2581718. OLE color: 2581718.
HSL color Cylindrical-coordinate representation of color #D66427: hue angle of 20.91º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D66427 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 39 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.16 |
| HSL | 20.91º | 0.69% | 0.5% | - |
| HSV(B) | 20.91º | 0.82% | 0.84% | - |
| XYZ | 32.65 | 23.56 | 4.75 | - |
| YUV | 127.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 39 | 0 | 0.53 | 0.82 | 0.16 | 20.91 | 0.69 | 0.5 |
| Hex | D6 | 64 | 27 | 0 | 35 | 52 | 10 | 15 | 45 | 32 |
| Octal | 326 | 144 | 47 | 0 | 65 | 122 | 20 | 25 | 105 | 62 |
| Binary | 11010110 | 1100100 | 100111 | 0 | 110101 | 1010010 | 10000 | 10101 | 1000101 | 110010 |
Color Harmonies of #D66427
Complementary color
Monochromatic Colors of #D66427
Black with #D66427
Text Example
Text Example
White with #D66427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66427; }
p { color: rgb(214,100,39); }
H1.HeaderClassName
{
color: #D66427;
}
.AnyTagClassName
{
color: #D66427;
}
</style>
background-color css
<style>
a { background-color: #D66427; }
a { background-color: rgb(214,100,39); }
div.DivClassName
{
background-color: #D66427;
}
.BgClassName
{
background-color: #D66427;
}
</style>
border-color css
<style>
span { border-color: #D66427; }
span { border-color: rgb(214,100,39); }
td.TdClassName
{
border-color: #D66427;
}
.TagClassName
{
border-color: #D66427;
}
</style>