Shades of Old Gold #CCB62C
Tints of Old Gold #CCB62C
RGB
CMYK
RGB Variations
Color information
#CCB62C (or 0xCCB62C) is known color: Old Gold. HEX triplet: CC, B6 and 2C. RGB value is (204,182,44). Sum of RGB (Red+Green+Blue) = 204+182+44=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB62C is #3349D3. Grayscale: #ADADAD. Windows color (decimal): -3361236 or 2930380. OLE color: 2930380.
HSL color Cylindrical-coordinate representation of color #CCB62C: hue angle of 51.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB62C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 44 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.2 |
| HSL | 51.75º | 0.65% | 0.49% | - |
| HSV(B) | 51.75º | 0.78% | 0.8% | - |
| XYZ | 42.08 | 46.48 | 9.14 | - |
| YUV | 172.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 44 | 0 | 0.11 | 0.78 | 0.2 | 51.75 | 0.65 | 0.49 |
| Hex | CC | B6 | 2C | 0 | B | 4E | 14 | 34 | 41 | 31 |
| Octal | 314 | 266 | 54 | 0 | 13 | 116 | 24 | 64 | 101 | 61 |
| Binary | 11001100 | 10110110 | 101100 | 0 | 1011 | 1001110 | 10100 | 110100 | 1000001 | 110001 |
Color Harmonies of #CCB62C
Complementary color
Monochromatic Colors of #CCB62C
Black with #CCB62C
Text Example
Text Example
White with #CCB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB62C; }
p { color: rgb(204,182,44); }
H1.HeaderClassName
{
color: #CCB62C;
}
.AnyTagClassName
{
color: #CCB62C;
}
</style>
background-color css
<style>
a { background-color: #CCB62C; }
a { background-color: rgb(204,182,44); }
div.DivClassName
{
background-color: #CCB62C;
}
.BgClassName
{
background-color: #CCB62C;
}
</style>
border-color css
<style>
span { border-color: #CCB62C; }
span { border-color: rgb(204,182,44); }
td.TdClassName
{
border-color: #CCB62C;
}
.TagClassName
{
border-color: #CCB62C;
}
</style>