Shades of Gold Drop #CB6829
Tints of Gold Drop #CB6829
RGB
CMYK
RGB Variations
Color information
#CB6829 (or 0xCB6829) is known color: Gold Drop. HEX triplet: CB, 68 and 29. RGB value is (203,104,41). Sum of RGB (Red+Green+Blue) = 203+104+41=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6829 is #3497D6. Grayscale: #7E7E7E. Windows color (decimal): -3446743 or 2713803. OLE color: 2713803.
HSL color Cylindrical-coordinate representation of color #CB6829: hue angle of 23.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6829 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 104 | 41 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.20 |
| HSL | 23.33º | 0.66% | 0.48% | - |
| HSV(B) | 23.33º | 0.8% | 0.8% | - |
| XYZ | 29.98 | 22.76 | 4.91 | - |
| YUV | 126.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 41 | 0 | 0.49 | 0.80 | 0.20 | 23.33 | 0.66 | 0.48 |
| Hex | CB | 68 | 29 | 0 | 31 | 50 | 14 | 17 | 42 | 30 |
| Octal | 313 | 150 | 51 | 0 | 61 | 120 | 24 | 27 | 102 | 60 |
| Binary | 11001011 | 1101000 | 101001 | 0 | 110001 | 1010000 | 10100 | 10111 | 1000010 | 110000 |
Color Harmonies of #CB6829
Complementary color
Monochromatic Colors of #CB6829
Black with #CB6829
Text Example
Text Example
White with #CB6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6829; }
p { color: rgb(203,104,41); }
H1.HeaderClassName
{
color: #CB6829;
}
.AnyTagClassName
{
color: #CB6829;
}
</style>
background-color css
<style>
a { background-color: #CB6829; }
a { background-color: rgb(203,104,41); }
div.DivClassName
{
background-color: #CB6829;
}
.BgClassName
{
background-color: #CB6829;
}
</style>
border-color css
<style>
span { border-color: #CB6829; }
span { border-color: rgb(203,104,41); }
td.TdClassName
{
border-color: #CB6829;
}
.TagClassName
{
border-color: #CB6829;
}
</style>