Shades of Old Gold #CCB343
Tints of Old Gold #CCB343
RGB
CMYK
RGB Variations
Color information
#CCB343 (or 0xCCB343) is known color: Old Gold. HEX triplet: CC, B3 and 43. RGB value is (204,179,67). Sum of RGB (Red+Green+Blue) = 204+179+67=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB343 is #334CBC. Grayscale: #AEAEAE. Windows color (decimal): -3361981 or 4436940. OLE color: 4436940.
HSL color Cylindrical-coordinate representation of color #CCB343: hue angle of 49.05º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCB343 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 67 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.2 |
| HSL | 49.05º | 0.57% | 0.53% | - |
| HSV(B) | 49.05º | 0.67% | 0.8% | - |
| XYZ | 42.04 | 45.48 | 11.87 | - |
| YUV | 173.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 67 | 0 | 0.12 | 0.67 | 0.2 | 49.05 | 0.57 | 0.53 |
| Hex | CC | B3 | 43 | 0 | C | 43 | 14 | 31 | 39 | 35 |
| Octal | 314 | 263 | 103 | 0 | 14 | 103 | 24 | 61 | 71 | 65 |
| Binary | 11001100 | 10110011 | 1000011 | 0 | 1100 | 1000011 | 10100 | 110001 | 111001 | 110101 |
Color Harmonies of #CCB343
Complementary color
Monochromatic Colors of #CCB343
Black with #CCB343
Text Example
Text Example
White with #CCB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB343; }
p { color: rgb(204,179,67); }
H1.HeaderClassName
{
color: #CCB343;
}
.AnyTagClassName
{
color: #CCB343;
}
</style>
background-color css
<style>
a { background-color: #CCB343; }
a { background-color: rgb(204,179,67); }
div.DivClassName
{
background-color: #CCB343;
}
.BgClassName
{
background-color: #CCB343;
}
</style>
border-color css
<style>
span { border-color: #CCB343; }
span { border-color: rgb(204,179,67); }
td.TdClassName
{
border-color: #CCB343;
}
.TagClassName
{
border-color: #CCB343;
}
</style>