Shades of Old Gold #CDB84B
Tints of Old Gold #CDB84B
RGB
CMYK
RGB Variations
Color information
#CDB84B (or 0xCDB84B) is known color: Old Gold. HEX triplet: CD, B8 and 4B. RGB value is (205,184,75). Sum of RGB (Red+Green+Blue) = 205+184+75=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB84B is #3247B4. Grayscale: #B2B2B2. Windows color (decimal): -3295157 or 4962509. OLE color: 4962509.
HSL color Cylindrical-coordinate representation of color #CDB84B: hue angle of 50.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDB84B is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 75 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.20 |
| HSL | 50.31º | 0.57% | 0.55% | - |
| HSV(B) | 50.31º | 0.63% | 0.8% | - |
| XYZ | 43.59 | 47.77 | 13.58 | - |
| YUV | 177.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 75 | 0 | 0.10 | 0.63 | 0.20 | 50.31 | 0.57 | 0.55 |
| Hex | CD | B8 | 4B | 0 | A | 3F | 14 | 32 | 39 | 37 |
| Octal | 315 | 270 | 113 | 0 | 12 | 77 | 24 | 62 | 71 | 67 |
| Binary | 11001101 | 10111000 | 1001011 | 0 | 1010 | 111111 | 10100 | 110010 | 111001 | 110111 |
Color Harmonies of #CDB84B
Complementary color
Monochromatic Colors of #CDB84B
Black with #CDB84B
Text Example
Text Example
White with #CDB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB84B; }
p { color: rgb(205,184,75); }
H1.HeaderClassName
{
color: #CDB84B;
}
.AnyTagClassName
{
color: #CDB84B;
}
</style>
background-color css
<style>
a { background-color: #CDB84B; }
a { background-color: rgb(205,184,75); }
div.DivClassName
{
background-color: #CDB84B;
}
.BgClassName
{
background-color: #CDB84B;
}
</style>
border-color css
<style>
span { border-color: #CDB84B; }
span { border-color: rgb(205,184,75); }
td.TdClassName
{
border-color: #CDB84B;
}
.TagClassName
{
border-color: #CDB84B;
}
</style>