Shades of Goldenrod #CFCB68
Tints of Goldenrod #CFCB68
RGB
CMYK
RGB Variations
Color information
#CFCB68 (or 0xCFCB68) is known color: Goldenrod. HEX triplet: CF, CB and 68. RGB value is (207,203,104). Sum of RGB (Red+Green+Blue) = 207+203+104=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB68 is #303497. Grayscale: #C1C1C1. Windows color (decimal): -3159192 or 6867919. OLE color: 6867919.
HSL color Cylindrical-coordinate representation of color #CFCB68: hue angle of 57.67º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFCB68 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 104 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.67º | 0.52% | 0.61% | - |
| HSV(B) | 57.67º | 0.5% | 0.81% | - |
| XYZ | 49.59 | 56.98 | 21.48 | - |
| YUV | 192.91 | 77.83 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 104 | 0 | 0.02 | 0.50 | 0.19 | 57.67 | 0.52 | 0.61 |
| Hex | CF | CB | 68 | 0 | 2 | 32 | 13 | 3A | 34 | 3D |
| Octal | 317 | 313 | 150 | 0 | 2 | 62 | 23 | 72 | 64 | 75 |
| Binary | 11001111 | 11001011 | 1101000 | 0 | 10 | 110010 | 10011 | 111010 | 110100 | 111101 |
Color Harmonies of #CFCB68
Complementary color
Monochromatic Colors of #CFCB68
Black with #CFCB68
Text Example
Text Example
White with #CFCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB68; }
p { color: rgb(207,203,104); }
H1.HeaderClassName
{
color: #CFCB68;
}
.AnyTagClassName
{
color: #CFCB68;
}
</style>
background-color css
<style>
a { background-color: #CFCB68; }
a { background-color: rgb(207,203,104); }
div.DivClassName
{
background-color: #CFCB68;
}
.BgClassName
{
background-color: #CFCB68;
}
</style>
border-color css
<style>
span { border-color: #CFCB68; }
span { border-color: rgb(207,203,104); }
td.TdClassName
{
border-color: #CFCB68;
}
.TagClassName
{
border-color: #CFCB68;
}
</style>