Shades of Old Gold #CCBE3E
Tints of Old Gold #CCBE3E
RGB
CMYK
RGB Variations
Color information
#CCBE3E (or 0xCCBE3E) is known color: Old Gold. HEX triplet: CC, BE and 3E. RGB value is (204,190,62). Sum of RGB (Red+Green+Blue) = 204+190+62=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE3E is #3341C1. Grayscale: #B4B4B4. Windows color (decimal): -3359170 or 4112076. OLE color: 4112076.
HSL color Cylindrical-coordinate representation of color #CCBE3E: hue angle of 54.08º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCBE3E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 62 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.2 |
| HSL | 54.08º | 0.58% | 0.52% | - |
| HSV(B) | 54.08º | 0.7% | 0.8% | - |
| XYZ | 44.18 | 50.01 | 11.88 | - |
| YUV | 179.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 62 | 0 | 0.07 | 0.70 | 0.2 | 54.08 | 0.58 | 0.52 |
| Hex | CC | BE | 3E | 0 | 7 | 46 | 14 | 36 | 3A | 34 |
| Octal | 314 | 276 | 76 | 0 | 7 | 106 | 24 | 66 | 72 | 64 |
| Binary | 11001100 | 10111110 | 111110 | 0 | 111 | 1000110 | 10100 | 110110 | 111010 | 110100 |
Color Harmonies of #CCBE3E
Complementary color
Monochromatic Colors of #CCBE3E
Black with #CCBE3E
Text Example
Text Example
White with #CCBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE3E; }
p { color: rgb(204,190,62); }
H1.HeaderClassName
{
color: #CCBE3E;
}
.AnyTagClassName
{
color: #CCBE3E;
}
</style>
background-color css
<style>
a { background-color: #CCBE3E; }
a { background-color: rgb(204,190,62); }
div.DivClassName
{
background-color: #CCBE3E;
}
.BgClassName
{
background-color: #CCBE3E;
}
</style>
border-color css
<style>
span { border-color: #CCBE3E; }
span { border-color: rgb(204,190,62); }
td.TdClassName
{
border-color: #CCBE3E;
}
.TagClassName
{
border-color: #CCBE3E;
}
</style>