Shades of Old Gold #CCBD2F
Tints of Old Gold #CCBD2F
RGB
CMYK
RGB Variations
Color information
#CCBD2F (or 0xCCBD2F) is known color: Old Gold. HEX triplet: CC, BD and 2F. RGB value is (204,189,47). Sum of RGB (Red+Green+Blue) = 204+189+47=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD2F is #3342D0. Grayscale: #B1B1B1. Windows color (decimal): -3359441 or 3128780. OLE color: 3128780.
HSL color Cylindrical-coordinate representation of color #CCBD2F: hue angle of 54.27º 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 #CCBD2F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 47 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.2 |
| HSL | 54.27º | 0.63% | 0.49% | - |
| HSV(B) | 54.27º | 0.77% | 0.8% | - |
| XYZ | 43.61 | 49.44 | 9.93 | - |
| YUV | 177.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 47 | 0 | 0.07 | 0.77 | 0.2 | 54.27 | 0.63 | 0.49 |
| Hex | CC | BD | 2F | 0 | 7 | 4D | 14 | 36 | 3F | 31 |
| Octal | 314 | 275 | 57 | 0 | 7 | 115 | 24 | 66 | 77 | 61 |
| Binary | 11001100 | 10111101 | 101111 | 0 | 111 | 1001101 | 10100 | 110110 | 111111 | 110001 |
Color Harmonies of #CCBD2F
Complementary color
Monochromatic Colors of #CCBD2F
Black with #CCBD2F
Text Example
Text Example
White with #CCBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD2F; }
p { color: rgb(204,189,47); }
H1.HeaderClassName
{
color: #CCBD2F;
}
.AnyTagClassName
{
color: #CCBD2F;
}
</style>
background-color css
<style>
a { background-color: #CCBD2F; }
a { background-color: rgb(204,189,47); }
div.DivClassName
{
background-color: #CCBD2F;
}
.BgClassName
{
background-color: #CCBD2F;
}
</style>
border-color css
<style>
span { border-color: #CCBD2F; }
span { border-color: rgb(204,189,47); }
td.TdClassName
{
border-color: #CCBD2F;
}
.TagClassName
{
border-color: #CCBD2F;
}
</style>