Shades of Old Gold #CCB43B
Tints of Old Gold #CCB43B
RGB
CMYK
RGB Variations
Color information
#CCB43B (or 0xCCB43B) is known color: Old Gold. HEX triplet: CC, B4 and 3B. RGB value is (204,180,59). Sum of RGB (Red+Green+Blue) = 204+180+59=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB43B is #334BC4. Grayscale: #ADADAD. Windows color (decimal): -3361733 or 3912908. OLE color: 3912908.
HSL color Cylindrical-coordinate representation of color #CCB43B: hue angle of 50.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCB43B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 59 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.2 |
| HSL | 50.07º | 0.59% | 0.52% | - |
| HSV(B) | 50.07º | 0.71% | 0.8% | - |
| XYZ | 42.01 | 45.8 | 10.76 | - |
| YUV | 173.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 59 | 0 | 0.12 | 0.71 | 0.2 | 50.07 | 0.59 | 0.52 |
| Hex | CC | B4 | 3B | 0 | C | 47 | 14 | 32 | 3B | 34 |
| Octal | 314 | 264 | 73 | 0 | 14 | 107 | 24 | 62 | 73 | 64 |
| Binary | 11001100 | 10110100 | 111011 | 0 | 1100 | 1000111 | 10100 | 110010 | 111011 | 110100 |
Color Harmonies of #CCB43B
Complementary color
Monochromatic Colors of #CCB43B
Black with #CCB43B
Text Example
Text Example
White with #CCB43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB43B; }
p { color: rgb(204,180,59); }
H1.HeaderClassName
{
color: #CCB43B;
}
.AnyTagClassName
{
color: #CCB43B;
}
</style>
background-color css
<style>
a { background-color: #CCB43B; }
a { background-color: rgb(204,180,59); }
div.DivClassName
{
background-color: #CCB43B;
}
.BgClassName
{
background-color: #CCB43B;
}
</style>
border-color css
<style>
span { border-color: #CCB43B; }
span { border-color: rgb(204,180,59); }
td.TdClassName
{
border-color: #CCB43B;
}
.TagClassName
{
border-color: #CCB43B;
}
</style>