Shades of Gold Drop #D06938
Tints of Gold Drop #D06938
RGB
CMYK
RGB Variations
Color information
#D06938 (or 0xD06938) is known color: Gold Drop. HEX triplet: D0, 69 and 38. RGB value is (208,105,56). Sum of RGB (Red+Green+Blue) = 208+105+56=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 56 (22.27% from 255 or 15.18% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D06938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06938 is #2F96C7. Grayscale: #828282. Windows color (decimal): -3118792 or 3697104. OLE color: 3697104.
HSL color Cylindrical-coordinate representation of color #D06938: hue angle of 19.34º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D06938 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 56 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.18 |
| HSL | 19.34º | 0.62% | 0.52% | - |
| HSV(B) | 19.34º | 0.73% | 0.82% | - |
| XYZ | 31.78 | 23.8 | 6.66 | - |
| YUV | 130.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 56 | 0 | 0.50 | 0.73 | 0.18 | 19.34 | 0.62 | 0.52 |
| Hex | D0 | 69 | 38 | 0 | 32 | 49 | 12 | 13 | 3E | 34 |
| Octal | 320 | 151 | 70 | 0 | 62 | 111 | 22 | 23 | 76 | 64 |
| Binary | 11010000 | 1101001 | 111000 | 0 | 110010 | 1001001 | 10010 | 10011 | 111110 | 110100 |
Color Harmonies of #D06938
Complementary color
Monochromatic Colors of #D06938
Black with #D06938
Text Example
Text Example
White with #D06938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06938; }
p { color: rgb(208,105,56); }
H1.HeaderClassName
{
color: #D06938;
}
.AnyTagClassName
{
color: #D06938;
}
</style>
background-color css
<style>
a { background-color: #D06938; }
a { background-color: rgb(208,105,56); }
div.DivClassName
{
background-color: #D06938;
}
.BgClassName
{
background-color: #D06938;
}
</style>
border-color css
<style>
span { border-color: #D06938; }
span { border-color: rgb(208,105,56); }
td.TdClassName
{
border-color: #D06938;
}
.TagClassName
{
border-color: #D06938;
}
</style>