Shades of Old Gold #CCB233
Tints of Old Gold #CCB233
RGB
CMYK
RGB Variations
Color information
#CCB233 (or 0xCCB233) is known color: Old Gold. HEX triplet: CC, B2 and 33. RGB value is (204,178,51). Sum of RGB (Red+Green+Blue) = 204+178+51=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB233 is #334DCC. Grayscale: #ABABAB. Windows color (decimal): -3362253 or 3388108. OLE color: 3388108.
HSL color Cylindrical-coordinate representation of color #CCB233: hue angle of 49.8º 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 #CCB233 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 178 | 51 | - |
CMYK | 0 | 0.13 | 0.75 | 0.2 |
HSL | 49.8º | 0.6% | 0.5% | - |
HSV(B) | 49.8º | 0.75% | 0.8% | - |
XYZ | 41.42 | 44.92 | 9.62 | - |
YUV | 171.3 | 60.11 | 151.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 178 | 51 | 0 | 0.13 | 0.75 | 0.2 | 49.8 | 0.6 | 0.5 |
Hex | CC | B2 | 33 | 0 | D | 4B | 14 | 32 | 3C | 32 |
Octal | 314 | 262 | 63 | 0 | 15 | 113 | 24 | 62 | 74 | 62 |
Binary | 11001100 | 10110010 | 110011 | 0 | 1101 | 1001011 | 10100 | 110010 | 111100 | 110010 |
Color Harmonies of #CCB233
Complementary color
Monochromatic Colors of #CCB233
Black with #CCB233
Text Example
Text Example
White with #CCB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB233; }
p { color: rgb(204,178,51); }
H1.HeaderClassName
{
color: #CCB233;
}
.AnyTagClassName
{
color: #CCB233;
}
</style>
background-color css
<style>
a { background-color: #CCB233; }
a { background-color: rgb(204,178,51); }
div.DivClassName
{
background-color: #CCB233;
}
.BgClassName
{
background-color: #CCB233;
}
</style>
border-color css
<style>
span { border-color: #CCB233; }
span { border-color: rgb(204,178,51); }
td.TdClassName
{
border-color: #CCB233;
}
.TagClassName
{
border-color: #CCB233;
}
</style>