Shades of Old Gold #CCBD2D
Tints of Old Gold #CCBD2D
RGB
CMYK
RGB Variations
Color information
#CCBD2D (or 0xCCBD2D) is known color: Old Gold. HEX triplet: CC, BD and 2D. RGB value is (204,189,45). Sum of RGB (Red+Green+Blue) = 204+189+45=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 189 (74.22% from 255 or 43.15% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD2D is #3342D2. Grayscale: #B1B1B1. Windows color (decimal): -3359443 or 2997708. OLE color: 2997708.
HSL color Cylindrical-coordinate representation of color #CCBD2D: hue angle of 54.34º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCBD2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 45 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.2 |
| HSL | 54.34º | 0.64% | 0.49% | - |
| HSV(B) | 54.34º | 0.78% | 0.8% | - |
| XYZ | 43.57 | 49.42 | 9.73 | - |
| YUV | 177.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 45 | 0 | 0.07 | 0.78 | 0.2 | 54.34 | 0.64 | 0.49 |
| Hex | CC | BD | 2D | 0 | 7 | 4E | 14 | 36 | 40 | 31 |
| Octal | 314 | 275 | 55 | 0 | 7 | 116 | 24 | 66 | 100 | 61 |
| Binary | 11001100 | 10111101 | 101101 | 0 | 111 | 1001110 | 10100 | 110110 | 1000000 | 110001 |
Color Harmonies of #CCBD2D
Complementary color
Monochromatic Colors of #CCBD2D
Black with #CCBD2D
Text Example
Text Example
White with #CCBD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD2D; }
p { color: rgb(204,189,45); }
H1.HeaderClassName
{
color: #CCBD2D;
}
.AnyTagClassName
{
color: #CCBD2D;
}
</style>
background-color css
<style>
a { background-color: #CCBD2D; }
a { background-color: rgb(204,189,45); }
div.DivClassName
{
background-color: #CCBD2D;
}
.BgClassName
{
background-color: #CCBD2D;
}
</style>
border-color css
<style>
span { border-color: #CCBD2D; }
span { border-color: rgb(204,189,45); }
td.TdClassName
{
border-color: #CCBD2D;
}
.TagClassName
{
border-color: #CCBD2D;
}
</style>