Shades of Old Gold #CCB63D
Tints of Old Gold #CCB63D
RGB
CMYK
RGB Variations
Color information
#CCB63D (or 0xCCB63D) is known color: Old Gold. HEX triplet: CC, B6 and 3D. RGB value is (204,182,61). Sum of RGB (Red+Green+Blue) = 204+182+61=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB63D is #3349C2. Grayscale: #AFAFAF. Windows color (decimal): -3361219 or 4044492. OLE color: 4044492.
HSL color Cylindrical-coordinate representation of color #CCB63D: hue angle of 50.77º 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 #CCB63D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 61 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.2 |
| HSL | 50.77º | 0.58% | 0.52% | - |
| HSV(B) | 50.77º | 0.7% | 0.8% | - |
| XYZ | 42.47 | 46.63 | 11.18 | - |
| YUV | 174.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 61 | 0 | 0.11 | 0.70 | 0.2 | 50.77 | 0.58 | 0.52 |
| Hex | CC | B6 | 3D | 0 | B | 46 | 14 | 33 | 3A | 34 |
| Octal | 314 | 266 | 75 | 0 | 13 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001100 | 10110110 | 111101 | 0 | 1011 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CCB63D
Complementary color
Monochromatic Colors of #CCB63D
Black with #CCB63D
Text Example
Text Example
White with #CCB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB63D; }
p { color: rgb(204,182,61); }
H1.HeaderClassName
{
color: #CCB63D;
}
.AnyTagClassName
{
color: #CCB63D;
}
</style>
background-color css
<style>
a { background-color: #CCB63D; }
a { background-color: rgb(204,182,61); }
div.DivClassName
{
background-color: #CCB63D;
}
.BgClassName
{
background-color: #CCB63D;
}
</style>
border-color css
<style>
span { border-color: #CCB63D; }
span { border-color: rgb(204,182,61); }
td.TdClassName
{
border-color: #CCB63D;
}
.TagClassName
{
border-color: #CCB63D;
}
</style>