Shades of Old Gold #CCB93D
Tints of Old Gold #CCB93D
RGB
CMYK
RGB Variations
Color information
#CCB93D (or 0xCCB93D) is known color: Old Gold. HEX triplet: CC, B9 and 3D. RGB value is (204,185,61). Sum of RGB (Red+Green+Blue) = 204+185+61=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB93D is #3346C2. Grayscale: #B1B1B1. Windows color (decimal): -3360451 or 4045260. OLE color: 4045260.
HSL color Cylindrical-coordinate representation of color #CCB93D: hue angle of 52.03º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB93D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 61 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.2 |
| HSL | 52.03º | 0.58% | 0.52% | - |
| HSV(B) | 52.03º | 0.7% | 0.8% | - |
| XYZ | 43.09 | 47.87 | 11.38 | - |
| YUV | 176.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 61 | 0 | 0.09 | 0.70 | 0.2 | 52.03 | 0.58 | 0.52 |
| Hex | CC | B9 | 3D | 0 | 9 | 46 | 14 | 34 | 3A | 34 |
| Octal | 314 | 271 | 75 | 0 | 11 | 106 | 24 | 64 | 72 | 64 |
| Binary | 11001100 | 10111001 | 111101 | 0 | 1001 | 1000110 | 10100 | 110100 | 111010 | 110100 |
Color Harmonies of #CCB93D
Complementary color
Monochromatic Colors of #CCB93D
Black with #CCB93D
Text Example
Text Example
White with #CCB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB93D; }
p { color: rgb(204,185,61); }
H1.HeaderClassName
{
color: #CCB93D;
}
.AnyTagClassName
{
color: #CCB93D;
}
</style>
background-color css
<style>
a { background-color: #CCB93D; }
a { background-color: rgb(204,185,61); }
div.DivClassName
{
background-color: #CCB93D;
}
.BgClassName
{
background-color: #CCB93D;
}
</style>
border-color css
<style>
span { border-color: #CCB93D; }
span { border-color: rgb(204,185,61); }
td.TdClassName
{
border-color: #CCB93D;
}
.TagClassName
{
border-color: #CCB93D;
}
</style>