Shades of Old Gold #CBBD3E
Tints of Old Gold #CBBD3E
RGB
CMYK
RGB Variations
Color information
#CBBD3E (or 0xCBBD3E) is known color: Old Gold. HEX triplet: CB, BD and 3E. RGB value is (203,189,62). Sum of RGB (Red+Green+Blue) = 203+189+62=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBD3E is #3442C1. Grayscale: #B3B3B3. Windows color (decimal): -3424962 or 4111819. OLE color: 4111819.
HSL color Cylindrical-coordinate representation of color #CBBD3E: hue angle of 54.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBBD3E is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 189 | 62 | - |
CMYK | 0 | 0.07 | 0.69 | 0.20 |
HSL | 54.04º | 0.58% | 0.52% | - |
HSV(B) | 54.04º | 0.69% | 0.8% | - |
XYZ | 43.7 | 49.44 | 11.8 | - |
YUV | 178.71 | 62.14 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 189 | 62 | 0 | 0.07 | 0.69 | 0.20 | 54.04 | 0.58 | 0.52 |
Hex | CB | BD | 3E | 0 | 7 | 45 | 14 | 36 | 3A | 34 |
Octal | 313 | 275 | 76 | 0 | 7 | 105 | 24 | 66 | 72 | 64 |
Binary | 11001011 | 10111101 | 111110 | 0 | 111 | 1000101 | 10100 | 110110 | 111010 | 110100 |
Color Harmonies of #CBBD3E
Complementary color
Monochromatic Colors of #CBBD3E
Black with #CBBD3E
Text Example
Text Example
White with #CBBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBD3E; }
p { color: rgb(203,189,62); }
H1.HeaderClassName
{
color: #CBBD3E;
}
.AnyTagClassName
{
color: #CBBD3E;
}
</style>
background-color css
<style>
a { background-color: #CBBD3E; }
a { background-color: rgb(203,189,62); }
div.DivClassName
{
background-color: #CBBD3E;
}
.BgClassName
{
background-color: #CBBD3E;
}
</style>
border-color css
<style>
span { border-color: #CBBD3E; }
span { border-color: rgb(203,189,62); }
td.TdClassName
{
border-color: #CBBD3E;
}
.TagClassName
{
border-color: #CBBD3E;
}
</style>