Shades of Gold Drop #D66935
Tints of Gold Drop #D66935
RGB
CMYK
RGB Variations
Color information
#D66935 (or 0xD66935) is known color: Gold Drop. HEX triplet: D6, 69 and 35. RGB value is (214,105,53). Sum of RGB (Red+Green+Blue) = 214+105+53=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D66935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66935 is #2996CA. Grayscale: #838383. Windows color (decimal): -2725579 or 3500502. OLE color: 3500502.
HSL color Cylindrical-coordinate representation of color #D66935: hue angle of 19.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D66935 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 53 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.16 |
| HSL | 19.38º | 0.66% | 0.52% | - |
| HSV(B) | 19.38º | 0.75% | 0.84% | - |
| XYZ | 33.43 | 24.66 | 6.37 | - |
| YUV | 131.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 53 | 0 | 0.51 | 0.75 | 0.16 | 19.38 | 0.66 | 0.52 |
| Hex | D6 | 69 | 35 | 0 | 33 | 4B | 10 | 13 | 42 | 34 |
| Octal | 326 | 151 | 65 | 0 | 63 | 113 | 20 | 23 | 102 | 64 |
| Binary | 11010110 | 1101001 | 110101 | 0 | 110011 | 1001011 | 10000 | 10011 | 1000010 | 110100 |
Color Harmonies of #D66935
Complementary color
Monochromatic Colors of #D66935
Black with #D66935
Text Example
Text Example
White with #D66935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66935; }
p { color: rgb(214,105,53); }
H1.HeaderClassName
{
color: #D66935;
}
.AnyTagClassName
{
color: #D66935;
}
</style>
background-color css
<style>
a { background-color: #D66935; }
a { background-color: rgb(214,105,53); }
div.DivClassName
{
background-color: #D66935;
}
.BgClassName
{
background-color: #D66935;
}
</style>
border-color css
<style>
span { border-color: #D66935; }
span { border-color: rgb(214,105,53); }
td.TdClassName
{
border-color: #D66935;
}
.TagClassName
{
border-color: #D66935;
}
</style>