Shades of Gold Drop #D96629
Tints of Gold Drop #D96629
RGB
CMYK
RGB Variations
Color information
#D96629 (or 0xD96629) is known color: Gold Drop. HEX triplet: D9, 66 and 29. RGB value is (217,102,41). Sum of RGB (Red+Green+Blue) = 217+102+41=360 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.28% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 217 - color contains mainly: red. Hex color #D96629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D96629 is #2699D6. Grayscale: #818181. Windows color (decimal): -2529751 or 2713305. OLE color: 2713305.
HSL color Cylindrical-coordinate representation of color #D96629: hue angle of 20.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D96629 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 41 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.15 |
| HSL | 20.8º | 0.7% | 0.51% | - |
| HSV(B) | 20.8º | 0.81% | 0.85% | - |
| XYZ | 33.77 | 24.41 | 5.03 | - |
| YUV | 129.43 | 78.1 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 41 | 0 | 0.53 | 0.81 | 0.15 | 20.8 | 0.7 | 0.51 |
| Hex | D9 | 66 | 29 | 0 | 35 | 51 | F | 15 | 46 | 33 |
| Octal | 331 | 146 | 51 | 0 | 65 | 121 | 17 | 25 | 106 | 63 |
| Binary | 11011001 | 1100110 | 101001 | 0 | 110101 | 1010001 | 1111 | 10101 | 1000110 | 110011 |
Color Harmonies of #D96629
Complementary color
Monochromatic Colors of #D96629
Black with #D96629
Text Example
Text Example
White with #D96629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96629; }
p { color: rgb(217,102,41); }
H1.HeaderClassName
{
color: #D96629;
}
.AnyTagClassName
{
color: #D96629;
}
</style>
background-color css
<style>
a { background-color: #D96629; }
a { background-color: rgb(217,102,41); }
div.DivClassName
{
background-color: #D96629;
}
.BgClassName
{
background-color: #D96629;
}
</style>
border-color css
<style>
span { border-color: #D96629; }
span { border-color: rgb(217,102,41); }
td.TdClassName
{
border-color: #D96629;
}
.TagClassName
{
border-color: #D96629;
}
</style>