Shades of Old Gold #CCBF32
Tints of Old Gold #CCBF32
RGB
CMYK
RGB Variations
Color information
#CCBF32 (or 0xCCBF32) is known color: Old Gold. HEX triplet: CC, BF and 32. RGB value is (204,191,50). Sum of RGB (Red+Green+Blue) = 204+191+50=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF32 is #3340CD. Grayscale: #B3B3B3. Windows color (decimal): -3358926 or 3325900. OLE color: 3325900.
HSL color Cylindrical-coordinate representation of color #CCBF32: hue angle of 54.94º degrees, saturation: 0.61, 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 #CCBF32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 191 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.2 |
| HSL | 54.94º | 0.61% | 0.5% | - |
| HSV(B) | 54.94º | 0.75% | 0.8% | - |
| XYZ | 44.11 | 50.33 | 10.41 | - |
| YUV | 178.81 | 55.31 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 50 | 0 | 0.06 | 0.75 | 0.2 | 54.94 | 0.61 | 0.5 |
| Hex | CC | BF | 32 | 0 | 6 | 4B | 14 | 37 | 3D | 32 |
| Octal | 314 | 277 | 62 | 0 | 6 | 113 | 24 | 67 | 75 | 62 |
| Binary | 11001100 | 10111111 | 110010 | 0 | 110 | 1001011 | 10100 | 110111 | 111101 | 110010 |
Color Harmonies of #CCBF32
Complementary color
Monochromatic Colors of #CCBF32
Black with #CCBF32
Text Example
Text Example
White with #CCBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBF32; }
p { color: rgb(204,191,50); }
H1.HeaderClassName
{
color: #CCBF32;
}
.AnyTagClassName
{
color: #CCBF32;
}
</style>
background-color css
<style>
a { background-color: #CCBF32; }
a { background-color: rgb(204,191,50); }
div.DivClassName
{
background-color: #CCBF32;
}
.BgClassName
{
background-color: #CCBF32;
}
</style>
border-color css
<style>
span { border-color: #CCBF32; }
span { border-color: rgb(204,191,50); }
td.TdClassName
{
border-color: #CCBF32;
}
.TagClassName
{
border-color: #CCBF32;
}
</style>