Shades of Goldenrod #CFCB69
Tints of Goldenrod #CFCB69
RGB
CMYK
RGB Variations
Color information
#CFCB69 (or 0xCFCB69) is known color: Goldenrod. HEX triplet: CF, CB and 69. RGB value is (207,203,105). Sum of RGB (Red+Green+Blue) = 207+203+105=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB69 is #303496. Grayscale: #C1C1C1. Windows color (decimal): -3159191 or 6933455. OLE color: 6933455.
HSL color Cylindrical-coordinate representation of color #CFCB69: hue angle of 57.65º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFCB69 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 105 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.19 |
| HSL | 57.65º | 0.52% | 0.61% | - |
| HSV(B) | 57.65º | 0.49% | 0.81% | - |
| XYZ | 49.64 | 57 | 21.75 | - |
| YUV | 193.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 105 | 0 | 0.02 | 0.49 | 0.19 | 57.65 | 0.52 | 0.61 |
| Hex | CF | CB | 69 | 0 | 2 | 31 | 13 | 3A | 34 | 3D |
| Octal | 317 | 313 | 151 | 0 | 2 | 61 | 23 | 72 | 64 | 75 |
| Binary | 11001111 | 11001011 | 1101001 | 0 | 10 | 110001 | 10011 | 111010 | 110100 | 111101 |
Color Harmonies of #CFCB69
Complementary color
Monochromatic Colors of #CFCB69
Black with #CFCB69
Text Example
Text Example
White with #CFCB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB69; }
p { color: rgb(207,203,105); }
H1.HeaderClassName
{
color: #CFCB69;
}
.AnyTagClassName
{
color: #CFCB69;
}
</style>
background-color css
<style>
a { background-color: #CFCB69; }
a { background-color: rgb(207,203,105); }
div.DivClassName
{
background-color: #CFCB69;
}
.BgClassName
{
background-color: #CFCB69;
}
</style>
border-color css
<style>
span { border-color: #CFCB69; }
span { border-color: rgb(207,203,105); }
td.TdClassName
{
border-color: #CFCB69;
}
.TagClassName
{
border-color: #CFCB69;
}
</style>