Shades of Gold Drop #CD662B
Tints of Gold Drop #CD662B
RGB
CMYK
RGB Variations
Color information
#CD662B (or 0xCD662B) is known color: Gold Drop. HEX triplet: CD, 66 and 2B. RGB value is (205,102,43). Sum of RGB (Red+Green+Blue) = 205+102+43=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD662B is #3299D4. Grayscale: #7E7E7E. Windows color (decimal): -3316181 or 2844365. OLE color: 2844365.
HSL color Cylindrical-coordinate representation of color #CD662B: hue angle of 21.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD662B is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 43 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.20 |
| HSL | 21.85º | 0.65% | 0.49% | - |
| HSV(B) | 21.85º | 0.79% | 0.8% | - |
| XYZ | 30.36 | 22.66 | 5.06 | - |
| YUV | 126.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 43 | 0 | 0.50 | 0.79 | 0.20 | 21.85 | 0.65 | 0.49 |
| Hex | CD | 66 | 2B | 0 | 32 | 4F | 14 | 16 | 41 | 31 |
| Octal | 315 | 146 | 53 | 0 | 62 | 117 | 24 | 26 | 101 | 61 |
| Binary | 11001101 | 1100110 | 101011 | 0 | 110010 | 1001111 | 10100 | 10110 | 1000001 | 110001 |
Color Harmonies of #CD662B
Complementary color
Monochromatic Colors of #CD662B
Black with #CD662B
Text Example
Text Example
White with #CD662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD662B; }
p { color: rgb(205,102,43); }
H1.HeaderClassName
{
color: #CD662B;
}
.AnyTagClassName
{
color: #CD662B;
}
</style>
background-color css
<style>
a { background-color: #CD662B; }
a { background-color: rgb(205,102,43); }
div.DivClassName
{
background-color: #CD662B;
}
.BgClassName
{
background-color: #CD662B;
}
</style>
border-color css
<style>
span { border-color: #CD662B; }
span { border-color: rgb(205,102,43); }
td.TdClassName
{
border-color: #CD662B;
}
.TagClassName
{
border-color: #CD662B;
}
</style>