Shades of Old Gold #CCB32D
Tints of Old Gold #CCB32D
RGB
CMYK
RGB Variations
Color information
#CCB32D (or 0xCCB32D) is known color: Old Gold. HEX triplet: CC, B3 and 2D. RGB value is (204,179,45). Sum of RGB (Red+Green+Blue) = 204+179+45=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB32D is #334CD2. Grayscale: #ABABAB. Windows color (decimal): -3362003 or 2995148. OLE color: 2995148.
HSL color Cylindrical-coordinate representation of color #CCB32D: hue angle of 50.57º 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 #CCB32D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 45 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.2 |
| HSL | 50.57º | 0.64% | 0.49% | - |
| HSV(B) | 50.57º | 0.78% | 0.8% | - |
| XYZ | 41.5 | 45.27 | 9.03 | - |
| YUV | 171.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 45 | 0 | 0.12 | 0.78 | 0.2 | 50.57 | 0.64 | 0.49 |
| Hex | CC | B3 | 2D | 0 | C | 4E | 14 | 33 | 40 | 31 |
| Octal | 314 | 263 | 55 | 0 | 14 | 116 | 24 | 63 | 100 | 61 |
| Binary | 11001100 | 10110011 | 101101 | 0 | 1100 | 1001110 | 10100 | 110011 | 1000000 | 110001 |
Color Harmonies of #CCB32D
Complementary color
Monochromatic Colors of #CCB32D
Black with #CCB32D
Text Example
Text Example
White with #CCB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB32D; }
p { color: rgb(204,179,45); }
H1.HeaderClassName
{
color: #CCB32D;
}
.AnyTagClassName
{
color: #CCB32D;
}
</style>
background-color css
<style>
a { background-color: #CCB32D; }
a { background-color: rgb(204,179,45); }
div.DivClassName
{
background-color: #CCB32D;
}
.BgClassName
{
background-color: #CCB32D;
}
</style>
border-color css
<style>
span { border-color: #CCB32D; }
span { border-color: rgb(204,179,45); }
td.TdClassName
{
border-color: #CCB32D;
}
.TagClassName
{
border-color: #CCB32D;
}
</style>