Shades of Gold Drop #D06B2D
Tints of Gold Drop #D06B2D
RGB
CMYK
RGB Variations
Color information
#D06B2D (or 0xD06B2D) is known color: Gold Drop. HEX triplet: D0, 6B and 2D. RGB value is (208,107,45). Sum of RGB (Red+Green+Blue) = 208+107+45=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06B2D is #2F94D2. Grayscale: #828282. Windows color (decimal): -3118291 or 2976720. OLE color: 2976720.
HSL color Cylindrical-coordinate representation of color #D06B2D: hue angle of 22.82º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D06B2D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 45 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.18 |
| HSL | 22.82º | 0.64% | 0.5% | - |
| HSV(B) | 22.82º | 0.78% | 0.82% | - |
| XYZ | 31.74 | 24.11 | 5.46 | - |
| YUV | 130.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 45 | 0 | 0.49 | 0.78 | 0.18 | 22.82 | 0.64 | 0.5 |
| Hex | D0 | 6B | 2D | 0 | 31 | 4E | 12 | 17 | 40 | 32 |
| Octal | 320 | 153 | 55 | 0 | 61 | 116 | 22 | 27 | 100 | 62 |
| Binary | 11010000 | 1101011 | 101101 | 0 | 110001 | 1001110 | 10010 | 10111 | 1000000 | 110010 |
Color Harmonies of #D06B2D
Complementary color
Monochromatic Colors of #D06B2D
Black with #D06B2D
Text Example
Text Example
White with #D06B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06B2D; }
p { color: rgb(208,107,45); }
H1.HeaderClassName
{
color: #D06B2D;
}
.AnyTagClassName
{
color: #D06B2D;
}
</style>
background-color css
<style>
a { background-color: #D06B2D; }
a { background-color: rgb(208,107,45); }
div.DivClassName
{
background-color: #D06B2D;
}
.BgClassName
{
background-color: #D06B2D;
}
</style>
border-color css
<style>
span { border-color: #D06B2D; }
span { border-color: rgb(208,107,45); }
td.TdClassName
{
border-color: #D06B2D;
}
.TagClassName
{
border-color: #D06B2D;
}
</style>