Shades of Old Gold #CCB446
Tints of Old Gold #CCB446
RGB
CMYK
RGB Variations
Color information
#CCB446 (or 0xCCB446) is known color: Old Gold. HEX triplet: CC, B4 and 46. RGB value is (204,180,70). Sum of RGB (Red+Green+Blue) = 204+180+70=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB446 is #334BB9. Grayscale: #AFAFAF. Windows color (decimal): -3361722 or 4633804. OLE color: 4633804.
HSL color Cylindrical-coordinate representation of color #CCB446: hue angle of 49.25º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB446 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 70 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.2 |
| HSL | 49.25º | 0.57% | 0.54% | - |
| HSV(B) | 49.25º | 0.66% | 0.8% | - |
| XYZ | 42.33 | 45.92 | 12.43 | - |
| YUV | 174.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 70 | 0 | 0.12 | 0.66 | 0.2 | 49.25 | 0.57 | 0.54 |
| Hex | CC | B4 | 46 | 0 | C | 42 | 14 | 31 | 39 | 36 |
| Octal | 314 | 264 | 106 | 0 | 14 | 102 | 24 | 61 | 71 | 66 |
| Binary | 11001100 | 10110100 | 1000110 | 0 | 1100 | 1000010 | 10100 | 110001 | 111001 | 110110 |
Color Harmonies of #CCB446
Complementary color
Monochromatic Colors of #CCB446
Black with #CCB446
Text Example
Text Example
White with #CCB446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB446; }
p { color: rgb(204,180,70); }
H1.HeaderClassName
{
color: #CCB446;
}
.AnyTagClassName
{
color: #CCB446;
}
</style>
background-color css
<style>
a { background-color: #CCB446; }
a { background-color: rgb(204,180,70); }
div.DivClassName
{
background-color: #CCB446;
}
.BgClassName
{
background-color: #CCB446;
}
</style>
border-color css
<style>
span { border-color: #CCB446; }
span { border-color: rgb(204,180,70); }
td.TdClassName
{
border-color: #CCB446;
}
.TagClassName
{
border-color: #CCB446;
}
</style>