Shades of Old Gold #CCBE4A
Tints of Old Gold #CCBE4A
RGB
CMYK
RGB Variations
Color information
#CCBE4A (or 0xCCBE4A) is known color: Old Gold. HEX triplet: CC, BE and 4A. RGB value is (204,190,74). Sum of RGB (Red+Green+Blue) = 204+190+74=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE4A is #3341B5. Grayscale: #B5B5B5. Windows color (decimal): -3359158 or 4898508. OLE color: 4898508.
HSL color Cylindrical-coordinate representation of color #CCBE4A: hue angle of 53.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBE4A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 74 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.2 |
| HSL | 53.54º | 0.56% | 0.55% | - |
| HSV(B) | 53.54º | 0.64% | 0.8% | - |
| XYZ | 44.55 | 50.16 | 13.81 | - |
| YUV | 180.96 | 67.64 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 74 | 0 | 0.07 | 0.64 | 0.2 | 53.54 | 0.56 | 0.55 |
| Hex | CC | BE | 4A | 0 | 7 | 40 | 14 | 36 | 38 | 37 |
| Octal | 314 | 276 | 112 | 0 | 7 | 100 | 24 | 66 | 70 | 67 |
| Binary | 11001100 | 10111110 | 1001010 | 0 | 111 | 1000000 | 10100 | 110110 | 111000 | 110111 |
Color Harmonies of #CCBE4A
Complementary color
Monochromatic Colors of #CCBE4A
Black with #CCBE4A
Text Example
Text Example
White with #CCBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE4A; }
p { color: rgb(204,190,74); }
H1.HeaderClassName
{
color: #CCBE4A;
}
.AnyTagClassName
{
color: #CCBE4A;
}
</style>
background-color css
<style>
a { background-color: #CCBE4A; }
a { background-color: rgb(204,190,74); }
div.DivClassName
{
background-color: #CCBE4A;
}
.BgClassName
{
background-color: #CCBE4A;
}
</style>
border-color css
<style>
span { border-color: #CCBE4A; }
span { border-color: rgb(204,190,74); }
td.TdClassName
{
border-color: #CCBE4A;
}
.TagClassName
{
border-color: #CCBE4A;
}
</style>