Shades of Old Gold #CFB23B
Tints of Old Gold #CFB23B
RGB
CMYK
RGB Variations
Color information
#CFB23B (or 0xCFB23B) is known color: Old Gold. HEX triplet: CF, B2 and 3B. RGB value is (207,178,59). Sum of RGB (Red+Green+Blue) = 207+178+59=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB23B is #304DC4. Grayscale: #ADADAD. Windows color (decimal): -3165637 or 3912399. OLE color: 3912399.
HSL color Cylindrical-coordinate representation of color #CFB23B: hue angle of 48.24º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFB23B is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 59 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.19 |
| HSL | 48.24º | 0.61% | 0.52% | - |
| HSV(B) | 48.24º | 0.71% | 0.81% | - |
| XYZ | 42.44 | 45.42 | 10.67 | - |
| YUV | 173.11 | 63.61 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 59 | 0 | 0.14 | 0.71 | 0.19 | 48.24 | 0.61 | 0.52 |
| Hex | CF | B2 | 3B | 0 | E | 47 | 13 | 30 | 3D | 34 |
| Octal | 317 | 262 | 73 | 0 | 16 | 107 | 23 | 60 | 75 | 64 |
| Binary | 11001111 | 10110010 | 111011 | 0 | 1110 | 1000111 | 10011 | 110000 | 111101 | 110100 |
Color Harmonies of #CFB23B
Complementary color
Monochromatic Colors of #CFB23B
Black with #CFB23B
Text Example
Text Example
White with #CFB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB23B; }
p { color: rgb(207,178,59); }
H1.HeaderClassName
{
color: #CFB23B;
}
.AnyTagClassName
{
color: #CFB23B;
}
</style>
background-color css
<style>
a { background-color: #CFB23B; }
a { background-color: rgb(207,178,59); }
div.DivClassName
{
background-color: #CFB23B;
}
.BgClassName
{
background-color: #CFB23B;
}
</style>
border-color css
<style>
span { border-color: #CFB23B; }
span { border-color: rgb(207,178,59); }
td.TdClassName
{
border-color: #CFB23B;
}
.TagClassName
{
border-color: #CFB23B;
}
</style>