Shades of Old Gold #CCBD3C
Tints of Old Gold #CCBD3C
RGB
CMYK
RGB Variations
Color information
#CCBD3C (or 0xCCBD3C) is known color: Old Gold. HEX triplet: CC, BD and 3C. RGB value is (204,189,60). Sum of RGB (Red+Green+Blue) = 204+189+60=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD3C is #3342C3. Grayscale: #B3B3B3. Windows color (decimal): -3359428 or 3980748. OLE color: 3980748.
HSL color Cylindrical-coordinate representation of color #CCBD3C: hue angle of 53.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCBD3C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.2 |
| HSL | 53.75º | 0.59% | 0.52% | - |
| HSV(B) | 53.75º | 0.71% | 0.8% | - |
| XYZ | 43.92 | 49.56 | 11.53 | - |
| YUV | 178.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 60 | 0 | 0.07 | 0.71 | 0.2 | 53.75 | 0.59 | 0.52 |
| Hex | CC | BD | 3C | 0 | 7 | 47 | 14 | 36 | 3B | 34 |
| Octal | 314 | 275 | 74 | 0 | 7 | 107 | 24 | 66 | 73 | 64 |
| Binary | 11001100 | 10111101 | 111100 | 0 | 111 | 1000111 | 10100 | 110110 | 111011 | 110100 |
Color Harmonies of #CCBD3C
Complementary color
Monochromatic Colors of #CCBD3C
Black with #CCBD3C
Text Example
Text Example
White with #CCBD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD3C; }
p { color: rgb(204,189,60); }
H1.HeaderClassName
{
color: #CCBD3C;
}
.AnyTagClassName
{
color: #CCBD3C;
}
</style>
background-color css
<style>
a { background-color: #CCBD3C; }
a { background-color: rgb(204,189,60); }
div.DivClassName
{
background-color: #CCBD3C;
}
.BgClassName
{
background-color: #CCBD3C;
}
</style>
border-color css
<style>
span { border-color: #CCBD3C; }
span { border-color: rgb(204,189,60); }
td.TdClassName
{
border-color: #CCBD3C;
}
.TagClassName
{
border-color: #CCBD3C;
}
</style>