Shades of Old Gold #D0BE32
Tints of Old Gold #D0BE32
RGB
CMYK
RGB Variations
Color information
#D0BE32 (or 0xD0BE32) is known color: Old Gold. HEX triplet: D0, BE and 32. RGB value is (208,190,50). Sum of RGB (Red+Green+Blue) = 208+190+50=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 50 (19.92% from 255 or 11.16% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE32 is #2F41CD. Grayscale: #B4B4B4. Windows color (decimal): -3097038 or 3325648. OLE color: 3325648.
HSL color Cylindrical-coordinate representation of color #D0BE32: hue angle of 53.16º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0BE32 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 50 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.18 |
| HSL | 53.16º | 0.63% | 0.51% | - |
| HSV(B) | 53.16º | 0.76% | 0.82% | - |
| XYZ | 45 | 50.47 | 10.39 | - |
| YUV | 179.42 | 54.96 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 50 | 0 | 0.09 | 0.76 | 0.18 | 53.16 | 0.63 | 0.51 |
| Hex | D0 | BE | 32 | 0 | 9 | 4C | 12 | 35 | 3F | 33 |
| Octal | 320 | 276 | 62 | 0 | 11 | 114 | 22 | 65 | 77 | 63 |
| Binary | 11010000 | 10111110 | 110010 | 0 | 1001 | 1001100 | 10010 | 110101 | 111111 | 110011 |
Color Harmonies of #D0BE32
Complementary color
Monochromatic Colors of #D0BE32
Black with #D0BE32
Text Example
Text Example
White with #D0BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE32; }
p { color: rgb(208,190,50); }
H1.HeaderClassName
{
color: #D0BE32;
}
.AnyTagClassName
{
color: #D0BE32;
}
</style>
background-color css
<style>
a { background-color: #D0BE32; }
a { background-color: rgb(208,190,50); }
div.DivClassName
{
background-color: #D0BE32;
}
.BgClassName
{
background-color: #D0BE32;
}
</style>
border-color css
<style>
span { border-color: #D0BE32; }
span { border-color: rgb(208,190,50); }
td.TdClassName
{
border-color: #D0BE32;
}
.TagClassName
{
border-color: #D0BE32;
}
</style>