Shades of Old Gold #CCB32F
Tints of Old Gold #CCB32F
RGB
CMYK
RGB Variations
Color information
#CCB32F (or 0xCCB32F) is known color: Old Gold. HEX triplet: CC, B3 and 2F. RGB value is (204,179,47). Sum of RGB (Red+Green+Blue) = 204+179+47=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB32F is #334CD0. Grayscale: #ABABAB. Windows color (decimal): -3362001 or 3126220. OLE color: 3126220.
HSL color Cylindrical-coordinate representation of color #CCB32F: hue angle of 50.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCB32F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 47 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.2 |
| HSL | 50.45º | 0.63% | 0.49% | - |
| HSV(B) | 50.45º | 0.77% | 0.8% | - |
| XYZ | 41.54 | 45.28 | 9.24 | - |
| YUV | 171.43 | 57.78 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 47 | 0 | 0.12 | 0.77 | 0.2 | 50.45 | 0.63 | 0.49 |
| Hex | CC | B3 | 2F | 0 | C | 4D | 14 | 32 | 3F | 31 |
| Octal | 314 | 263 | 57 | 0 | 14 | 115 | 24 | 62 | 77 | 61 |
| Binary | 11001100 | 10110011 | 101111 | 0 | 1100 | 1001101 | 10100 | 110010 | 111111 | 110001 |
Color Harmonies of #CCB32F
Complementary color
Monochromatic Colors of #CCB32F
Black with #CCB32F
Text Example
Text Example
White with #CCB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB32F; }
p { color: rgb(204,179,47); }
H1.HeaderClassName
{
color: #CCB32F;
}
.AnyTagClassName
{
color: #CCB32F;
}
</style>
background-color css
<style>
a { background-color: #CCB32F; }
a { background-color: rgb(204,179,47); }
div.DivClassName
{
background-color: #CCB32F;
}
.BgClassName
{
background-color: #CCB32F;
}
</style>
border-color css
<style>
span { border-color: #CCB32F; }
span { border-color: rgb(204,179,47); }
td.TdClassName
{
border-color: #CCB32F;
}
.TagClassName
{
border-color: #CCB32F;
}
</style>