Shades of Old Gold #CCB743
Tints of Old Gold #CCB743
RGB
CMYK
RGB Variations
Color information
#CCB743 (or 0xCCB743) is known color: Old Gold. HEX triplet: CC, B7 and 43. RGB value is (204,183,67). Sum of RGB (Red+Green+Blue) = 204+183+67=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 67 (26.56% from 255 or 14.76% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB743 is #3348BC. Grayscale: #B0B0B0. Windows color (decimal): -3360957 or 4437964. OLE color: 4437964.
HSL color Cylindrical-coordinate representation of color #CCB743: hue angle of 50.8º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCB743 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 67 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.2 |
| HSL | 50.8º | 0.57% | 0.53% | - |
| HSV(B) | 50.8º | 0.67% | 0.8% | - |
| XYZ | 42.85 | 47.11 | 12.14 | - |
| YUV | 176.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 67 | 0 | 0.10 | 0.67 | 0.2 | 50.8 | 0.57 | 0.53 |
| Hex | CC | B7 | 43 | 0 | A | 43 | 14 | 33 | 39 | 35 |
| Octal | 314 | 267 | 103 | 0 | 12 | 103 | 24 | 63 | 71 | 65 |
| Binary | 11001100 | 10110111 | 1000011 | 0 | 1010 | 1000011 | 10100 | 110011 | 111001 | 110101 |
Color Harmonies of #CCB743
Complementary color
Monochromatic Colors of #CCB743
Black with #CCB743
Text Example
Text Example
White with #CCB743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB743; }
p { color: rgb(204,183,67); }
H1.HeaderClassName
{
color: #CCB743;
}
.AnyTagClassName
{
color: #CCB743;
}
</style>
background-color css
<style>
a { background-color: #CCB743; }
a { background-color: rgb(204,183,67); }
div.DivClassName
{
background-color: #CCB743;
}
.BgClassName
{
background-color: #CCB743;
}
</style>
border-color css
<style>
span { border-color: #CCB743; }
span { border-color: rgb(204,183,67); }
td.TdClassName
{
border-color: #CCB743;
}
.TagClassName
{
border-color: #CCB743;
}
</style>