Shades of Old Gold #C8B13D
Tints of Old Gold #C8B13D
RGB
CMYK
RGB Variations
Color information
#C8B13D (or 0xC8B13D) is known color: Old Gold. HEX triplet: C8, B1 and 3D. RGB value is (200,177,61). Sum of RGB (Red+Green+Blue) = 200+177+61=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B13D is #374EC2. Grayscale: #ABABAB. Windows color (decimal): -3624643 or 4043208. OLE color: 4043208.
HSL color Cylindrical-coordinate representation of color #C8B13D: hue angle of 50.07º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8B13D is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 61 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.22 |
| HSL | 50.07º | 0.56% | 0.51% | - |
| HSV(B) | 50.07º | 0.7% | 0.78% | - |
| XYZ | 40.38 | 44.06 | 10.79 | - |
| YUV | 170.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 61 | 0 | 0.12 | 0.69 | 0.22 | 50.07 | 0.56 | 0.51 |
| Hex | C8 | B1 | 3D | 0 | C | 45 | 16 | 32 | 38 | 33 |
| Octal | 310 | 261 | 75 | 0 | 14 | 105 | 26 | 62 | 70 | 63 |
| Binary | 11001000 | 10110001 | 111101 | 0 | 1100 | 1000101 | 10110 | 110010 | 111000 | 110011 |
Color Harmonies of #C8B13D
Complementary color
Monochromatic Colors of #C8B13D
Black with #C8B13D
Text Example
Text Example
White with #C8B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B13D; }
p { color: rgb(200,177,61); }
H1.HeaderClassName
{
color: #C8B13D;
}
.AnyTagClassName
{
color: #C8B13D;
}
</style>
background-color css
<style>
a { background-color: #C8B13D; }
a { background-color: rgb(200,177,61); }
div.DivClassName
{
background-color: #C8B13D;
}
.BgClassName
{
background-color: #C8B13D;
}
</style>
border-color css
<style>
span { border-color: #C8B13D; }
span { border-color: rgb(200,177,61); }
td.TdClassName
{
border-color: #C8B13D;
}
.TagClassName
{
border-color: #C8B13D;
}
</style>