Shades of Old Gold #CCB433
Tints of Old Gold #CCB433
RGB
CMYK
RGB Variations
Color information
#CCB433 (or 0xCCB433) is known color: Old Gold. HEX triplet: CC, B4 and 33. RGB value is (204,180,51). Sum of RGB (Red+Green+Blue) = 204+180+51=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB433 is #334BCC. Grayscale: #ADADAD. Windows color (decimal): -3361741 or 3388620. OLE color: 3388620.
HSL color Cylindrical-coordinate representation of color #CCB433: hue angle of 50.59º 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 #CCB433 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 51 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.2 |
| HSL | 50.59º | 0.6% | 0.5% | - |
| HSV(B) | 50.59º | 0.75% | 0.8% | - |
| XYZ | 41.82 | 45.72 | 9.75 | - |
| YUV | 172.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 51 | 0 | 0.12 | 0.75 | 0.2 | 50.59 | 0.6 | 0.5 |
| Hex | CC | B4 | 33 | 0 | C | 4B | 14 | 33 | 3C | 32 |
| Octal | 314 | 264 | 63 | 0 | 14 | 113 | 24 | 63 | 74 | 62 |
| Binary | 11001100 | 10110100 | 110011 | 0 | 1100 | 1001011 | 10100 | 110011 | 111100 | 110010 |
Color Harmonies of #CCB433
Complementary color
Monochromatic Colors of #CCB433
Black with #CCB433
Text Example
Text Example
White with #CCB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB433; }
p { color: rgb(204,180,51); }
H1.HeaderClassName
{
color: #CCB433;
}
.AnyTagClassName
{
color: #CCB433;
}
</style>
background-color css
<style>
a { background-color: #CCB433; }
a { background-color: rgb(204,180,51); }
div.DivClassName
{
background-color: #CCB433;
}
.BgClassName
{
background-color: #CCB433;
}
</style>
border-color css
<style>
span { border-color: #CCB433; }
span { border-color: rgb(204,180,51); }
td.TdClassName
{
border-color: #CCB433;
}
.TagClassName
{
border-color: #CCB433;
}
</style>