Shades of Gold Drop #DC6B2F
Tints of Gold Drop #DC6B2F
RGB
CMYK
RGB Variations
Color information
#DC6B2F (or 0xDC6B2F) is known color: Gold Drop. HEX triplet: DC, 6B and 2F. RGB value is (220,107,47). Sum of RGB (Red+Green+Blue) = 220+107+47=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6B2F is #2394D0. Grayscale: #868686. Windows color (decimal): -2331857 or 3107804. OLE color: 3107804.
HSL color Cylindrical-coordinate representation of color #DC6B2F: hue angle of 20.81º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC6B2F is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 47 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.14 |
| HSL | 20.81º | 0.71% | 0.52% | - |
| HSV(B) | 20.81º | 0.79% | 0.86% | - |
| XYZ | 35.29 | 25.94 | 5.84 | - |
| YUV | 133.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 47 | 0 | 0.51 | 0.79 | 0.14 | 20.81 | 0.71 | 0.52 |
| Hex | DC | 6B | 2F | 0 | 33 | 4F | E | 15 | 47 | 34 |
| Octal | 334 | 153 | 57 | 0 | 63 | 117 | 16 | 25 | 107 | 64 |
| Binary | 11011100 | 1101011 | 101111 | 0 | 110011 | 1001111 | 1110 | 10101 | 1000111 | 110100 |
Color Harmonies of #DC6B2F
Complementary color
Monochromatic Colors of #DC6B2F
Black with #DC6B2F
Text Example
Text Example
White with #DC6B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6B2F; }
p { color: rgb(220,107,47); }
H1.HeaderClassName
{
color: #DC6B2F;
}
.AnyTagClassName
{
color: #DC6B2F;
}
</style>
background-color css
<style>
a { background-color: #DC6B2F; }
a { background-color: rgb(220,107,47); }
div.DivClassName
{
background-color: #DC6B2F;
}
.BgClassName
{
background-color: #DC6B2F;
}
</style>
border-color css
<style>
span { border-color: #DC6B2F; }
span { border-color: rgb(220,107,47); }
td.TdClassName
{
border-color: #DC6B2F;
}
.TagClassName
{
border-color: #DC6B2F;
}
</style>