Shades of Gold Drop #D06733
Tints of Gold Drop #D06733
RGB
CMYK
RGB Variations
Color information
#D06733 (or 0xD06733) is known color: Gold Drop. HEX triplet: D0, 67 and 33. RGB value is (208,103,51). Sum of RGB (Red+Green+Blue) = 208+103+51=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D06733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06733 is #2F98CC. Grayscale: #808080. Windows color (decimal): -3119309 or 3368912. OLE color: 3368912.
HSL color Cylindrical-coordinate representation of color #D06733: hue angle of 19.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D06733 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 51 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.18 |
| HSL | 19.87º | 0.63% | 0.51% | - |
| HSV(B) | 19.87º | 0.75% | 0.82% | - |
| XYZ | 31.46 | 23.35 | 5.98 | - |
| YUV | 128.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 51 | 0 | 0.50 | 0.75 | 0.18 | 19.87 | 0.63 | 0.51 |
| Hex | D0 | 67 | 33 | 0 | 32 | 4B | 12 | 14 | 3F | 33 |
| Octal | 320 | 147 | 63 | 0 | 62 | 113 | 22 | 24 | 77 | 63 |
| Binary | 11010000 | 1100111 | 110011 | 0 | 110010 | 1001011 | 10010 | 10100 | 111111 | 110011 |
Color Harmonies of #D06733
Complementary color
Monochromatic Colors of #D06733
Black with #D06733
Text Example
Text Example
White with #D06733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06733; }
p { color: rgb(208,103,51); }
H1.HeaderClassName
{
color: #D06733;
}
.AnyTagClassName
{
color: #D06733;
}
</style>
background-color css
<style>
a { background-color: #D06733; }
a { background-color: rgb(208,103,51); }
div.DivClassName
{
background-color: #D06733;
}
.BgClassName
{
background-color: #D06733;
}
</style>
border-color css
<style>
span { border-color: #D06733; }
span { border-color: rgb(208,103,51); }
td.TdClassName
{
border-color: #D06733;
}
.TagClassName
{
border-color: #D06733;
}
</style>