Shades of Gold Drop #D3662A
Tints of Gold Drop #D3662A
RGB
CMYK
RGB Variations
Color information
#D3662A (or 0xD3662A) is known color: Gold Drop. HEX triplet: D3, 66 and 2A. RGB value is (211,102,42). Sum of RGB (Red+Green+Blue) = 211+102+42=355 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.44% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 211 - color contains mainly: red. Hex color #D3662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3662A is #2C99D5. Grayscale: #808080. Windows color (decimal): -2922966 or 2778835. OLE color: 2778835.
HSL color Cylindrical-coordinate representation of color #D3662A: hue angle of 21.3º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3662A is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 42 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.17 |
| HSL | 21.3º | 0.67% | 0.5% | - |
| HSV(B) | 21.3º | 0.8% | 0.83% | - |
| XYZ | 32.03 | 23.52 | 5.04 | - |
| YUV | 127.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 42 | 0 | 0.52 | 0.80 | 0.17 | 21.3 | 0.67 | 0.5 |
| Hex | D3 | 66 | 2A | 0 | 34 | 50 | 11 | 15 | 43 | 32 |
| Octal | 323 | 146 | 52 | 0 | 64 | 120 | 21 | 25 | 103 | 62 |
| Binary | 11010011 | 1100110 | 101010 | 0 | 110100 | 1010000 | 10001 | 10101 | 1000011 | 110010 |
Color Harmonies of #D3662A
Complementary color
Monochromatic Colors of #D3662A
Black with #D3662A
Text Example
Text Example
White with #D3662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3662A; }
p { color: rgb(211,102,42); }
H1.HeaderClassName
{
color: #D3662A;
}
.AnyTagClassName
{
color: #D3662A;
}
</style>
background-color css
<style>
a { background-color: #D3662A; }
a { background-color: rgb(211,102,42); }
div.DivClassName
{
background-color: #D3662A;
}
.BgClassName
{
background-color: #D3662A;
}
</style>
border-color css
<style>
span { border-color: #D3662A; }
span { border-color: rgb(211,102,42); }
td.TdClassName
{
border-color: #D3662A;
}
.TagClassName
{
border-color: #D3662A;
}
</style>