Shades of Old Gold #CCB634
Tints of Old Gold #CCB634
RGB
CMYK
RGB Variations
Color information
#CCB634 (or 0xCCB634) is known color: Old Gold. HEX triplet: CC, B6 and 34. RGB value is (204,182,52). Sum of RGB (Red+Green+Blue) = 204+182+52=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB634 is #3349CB. Grayscale: #AEAEAE. Windows color (decimal): -3361228 or 3454668. OLE color: 3454668.
HSL color Cylindrical-coordinate representation of color #CCB634: hue angle of 51.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB634 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 52 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.2 |
| HSL | 51.32º | 0.6% | 0.5% | - |
| HSV(B) | 51.32º | 0.75% | 0.8% | - |
| XYZ | 42.25 | 46.54 | 10.01 | - |
| YUV | 173.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 52 | 0 | 0.11 | 0.75 | 0.2 | 51.32 | 0.6 | 0.5 |
| Hex | CC | B6 | 34 | 0 | B | 4B | 14 | 33 | 3C | 32 |
| Octal | 314 | 266 | 64 | 0 | 13 | 113 | 24 | 63 | 74 | 62 |
| Binary | 11001100 | 10110110 | 110100 | 0 | 1011 | 1001011 | 10100 | 110011 | 111100 | 110010 |
Color Harmonies of #CCB634
Complementary color
Monochromatic Colors of #CCB634
Black with #CCB634
Text Example
Text Example
White with #CCB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB634; }
p { color: rgb(204,182,52); }
H1.HeaderClassName
{
color: #CCB634;
}
.AnyTagClassName
{
color: #CCB634;
}
</style>
background-color css
<style>
a { background-color: #CCB634; }
a { background-color: rgb(204,182,52); }
div.DivClassName
{
background-color: #CCB634;
}
.BgClassName
{
background-color: #CCB634;
}
</style>
border-color css
<style>
span { border-color: #CCB634; }
span { border-color: rgb(204,182,52); }
td.TdClassName
{
border-color: #CCB634;
}
.TagClassName
{
border-color: #CCB634;
}
</style>