Shades of Old Gold #CCB630
Tints of Old Gold #CCB630
RGB
CMYK
RGB Variations
Color information
#CCB630 (or 0xCCB630) is known color: Old Gold. HEX triplet: CC, B6 and 30. RGB value is (204,182,48). Sum of RGB (Red+Green+Blue) = 204+182+48=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB630 is #3349CF. Grayscale: #ADADAD. Windows color (decimal): -3361232 or 3192524. OLE color: 3192524.
HSL color Cylindrical-coordinate representation of color #CCB630: hue angle of 51.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB630 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 48 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.2 |
| HSL | 51.54º | 0.62% | 0.49% | - |
| HSV(B) | 51.54º | 0.76% | 0.8% | - |
| XYZ | 42.16 | 46.51 | 9.55 | - |
| YUV | 173.3 | 57.29 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 48 | 0 | 0.11 | 0.76 | 0.2 | 51.54 | 0.62 | 0.49 |
| Hex | CC | B6 | 30 | 0 | B | 4C | 14 | 34 | 3E | 31 |
| Octal | 314 | 266 | 60 | 0 | 13 | 114 | 24 | 64 | 76 | 61 |
| Binary | 11001100 | 10110110 | 110000 | 0 | 1011 | 1001100 | 10100 | 110100 | 111110 | 110001 |
Color Harmonies of #CCB630
Complementary color
Monochromatic Colors of #CCB630
Black with #CCB630
Text Example
Text Example
White with #CCB630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB630; }
p { color: rgb(204,182,48); }
H1.HeaderClassName
{
color: #CCB630;
}
.AnyTagClassName
{
color: #CCB630;
}
</style>
background-color css
<style>
a { background-color: #CCB630; }
a { background-color: rgb(204,182,48); }
div.DivClassName
{
background-color: #CCB630;
}
.BgClassName
{
background-color: #CCB630;
}
</style>
border-color css
<style>
span { border-color: #CCB630; }
span { border-color: rgb(204,182,48); }
td.TdClassName
{
border-color: #CCB630;
}
.TagClassName
{
border-color: #CCB630;
}
</style>