Shades of Old Gold #CCB23B
Tints of Old Gold #CCB23B
RGB
CMYK
RGB Variations
Color information
#CCB23B (or 0xCCB23B) is known color: Old Gold. HEX triplet: CC, B2 and 3B. RGB value is (204,178,59). Sum of RGB (Red+Green+Blue) = 204+178+59=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23B is #334DC4. Grayscale: #ACACAC. Windows color (decimal): -3362245 or 3912396. OLE color: 3912396.
HSL color Cylindrical-coordinate representation of color #CCB23B: hue angle of 49.24º 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 #CCB23B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 59 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.2 |
| HSL | 49.24º | 0.59% | 0.52% | - |
| HSV(B) | 49.24º | 0.71% | 0.8% | - |
| XYZ | 41.61 | 44.99 | 10.63 | - |
| YUV | 172.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 59 | 0 | 0.13 | 0.71 | 0.2 | 49.24 | 0.59 | 0.52 |
| Hex | CC | B2 | 3B | 0 | D | 47 | 14 | 31 | 3B | 34 |
| Octal | 314 | 262 | 73 | 0 | 15 | 107 | 24 | 61 | 73 | 64 |
| Binary | 11001100 | 10110010 | 111011 | 0 | 1101 | 1000111 | 10100 | 110001 | 111011 | 110100 |
Color Harmonies of #CCB23B
Complementary color
Monochromatic Colors of #CCB23B
Black with #CCB23B
Text Example
Text Example
White with #CCB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB23B; }
p { color: rgb(204,178,59); }
H1.HeaderClassName
{
color: #CCB23B;
}
.AnyTagClassName
{
color: #CCB23B;
}
</style>
background-color css
<style>
a { background-color: #CCB23B; }
a { background-color: rgb(204,178,59); }
div.DivClassName
{
background-color: #CCB23B;
}
.BgClassName
{
background-color: #CCB23B;
}
</style>
border-color css
<style>
span { border-color: #CCB23B; }
span { border-color: rgb(204,178,59); }
td.TdClassName
{
border-color: #CCB23B;
}
.TagClassName
{
border-color: #CCB23B;
}
</style>