Shades of Old Gold #CCB439
Tints of Old Gold #CCB439
RGB
CMYK
RGB Variations
Color information
#CCB439 (or 0xCCB439) is known color: Old Gold. HEX triplet: CC, B4 and 39. RGB value is (204,180,57). Sum of RGB (Red+Green+Blue) = 204+180+57=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 57 (22.66% from 255 or 12.93% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB439 is #334BC6. Grayscale: #ADADAD. Windows color (decimal): -3361735 or 3781836. OLE color: 3781836.
HSL color Cylindrical-coordinate representation of color #CCB439: hue angle of 50.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB439 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 57 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.2 |
| HSL | 50.2º | 0.59% | 0.51% | - |
| HSV(B) | 50.2º | 0.72% | 0.8% | - |
| XYZ | 41.96 | 45.78 | 10.49 | - |
| YUV | 173.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 57 | 0 | 0.12 | 0.72 | 0.2 | 50.2 | 0.59 | 0.51 |
| Hex | CC | B4 | 39 | 0 | C | 48 | 14 | 32 | 3B | 33 |
| Octal | 314 | 264 | 71 | 0 | 14 | 110 | 24 | 62 | 73 | 63 |
| Binary | 11001100 | 10110100 | 111001 | 0 | 1100 | 1001000 | 10100 | 110010 | 111011 | 110011 |
Color Harmonies of #CCB439
Complementary color
Monochromatic Colors of #CCB439
Black with #CCB439
Text Example
Text Example
White with #CCB439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB439; }
p { color: rgb(204,180,57); }
H1.HeaderClassName
{
color: #CCB439;
}
.AnyTagClassName
{
color: #CCB439;
}
</style>
background-color css
<style>
a { background-color: #CCB439; }
a { background-color: rgb(204,180,57); }
div.DivClassName
{
background-color: #CCB439;
}
.BgClassName
{
background-color: #CCB439;
}
</style>
border-color css
<style>
span { border-color: #CCB439; }
span { border-color: rgb(204,180,57); }
td.TdClassName
{
border-color: #CCB439;
}
.TagClassName
{
border-color: #CCB439;
}
</style>