Shades of Old Gold #D2B23D
Tints of Old Gold #D2B23D
RGB
CMYK
RGB Variations
Color information
#D2B23D (or 0xD2B23D) is known color: Old Gold. HEX triplet: D2, B2 and 3D. RGB value is (210,178,61). Sum of RGB (Red+Green+Blue) = 210+178+61=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B23D is #2D4DC2. Grayscale: #AEAEAE. Windows color (decimal): -2969027 or 4043474. OLE color: 4043474.
HSL color Cylindrical-coordinate representation of color #D2B23D: hue angle of 47.11º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2B23D is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 61 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.18 |
| HSL | 47.11º | 0.62% | 0.53% | - |
| HSV(B) | 47.11º | 0.71% | 0.82% | - |
| XYZ | 43.34 | 45.88 | 10.99 | - |
| YUV | 174.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 61 | 0 | 0.15 | 0.71 | 0.18 | 47.11 | 0.62 | 0.53 |
| Hex | D2 | B2 | 3D | 0 | F | 47 | 12 | 2F | 3E | 35 |
| Octal | 322 | 262 | 75 | 0 | 17 | 107 | 22 | 57 | 76 | 65 |
| Binary | 11010010 | 10110010 | 111101 | 0 | 1111 | 1000111 | 10010 | 101111 | 111110 | 110101 |
Color Harmonies of #D2B23D
Complementary color
Monochromatic Colors of #D2B23D
Black with #D2B23D
Text Example
Text Example
White with #D2B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B23D; }
p { color: rgb(210,178,61); }
H1.HeaderClassName
{
color: #D2B23D;
}
.AnyTagClassName
{
color: #D2B23D;
}
</style>
background-color css
<style>
a { background-color: #D2B23D; }
a { background-color: rgb(210,178,61); }
div.DivClassName
{
background-color: #D2B23D;
}
.BgClassName
{
background-color: #D2B23D;
}
</style>
border-color css
<style>
span { border-color: #D2B23D; }
span { border-color: rgb(210,178,61); }
td.TdClassName
{
border-color: #D2B23D;
}
.TagClassName
{
border-color: #D2B23D;
}
</style>