Shades of Goldenrod #CFCB67
Tints of Goldenrod #CFCB67
RGB
CMYK
RGB Variations
Color information
#CFCB67 (or 0xCFCB67) is known color: Goldenrod. HEX triplet: CF, CB and 67. RGB value is (207,203,103). Sum of RGB (Red+Green+Blue) = 207+203+103=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB67 is #303498. Grayscale: #C1C1C1. Windows color (decimal): -3159193 or 6802383. OLE color: 6802383.
HSL color Cylindrical-coordinate representation of color #CFCB67: hue angle of 57.69º 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 #CFCB67 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 103 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.19 |
| HSL | 57.69º | 0.52% | 0.61% | - |
| HSV(B) | 57.69º | 0.5% | 0.81% | - |
| XYZ | 49.54 | 56.96 | 21.21 | - |
| YUV | 192.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 103 | 0 | 0.02 | 0.50 | 0.19 | 57.69 | 0.52 | 0.61 |
| Hex | CF | CB | 67 | 0 | 2 | 32 | 13 | 3A | 34 | 3D |
| Octal | 317 | 313 | 147 | 0 | 2 | 62 | 23 | 72 | 64 | 75 |
| Binary | 11001111 | 11001011 | 1100111 | 0 | 10 | 110010 | 10011 | 111010 | 110100 | 111101 |
Color Harmonies of #CFCB67
Complementary color
Monochromatic Colors of #CFCB67
Black with #CFCB67
Text Example
Text Example
White with #CFCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB67; }
p { color: rgb(207,203,103); }
H1.HeaderClassName
{
color: #CFCB67;
}
.AnyTagClassName
{
color: #CFCB67;
}
</style>
background-color css
<style>
a { background-color: #CFCB67; }
a { background-color: rgb(207,203,103); }
div.DivClassName
{
background-color: #CFCB67;
}
.BgClassName
{
background-color: #CFCB67;
}
</style>
border-color css
<style>
span { border-color: #CFCB67; }
span { border-color: rgb(207,203,103); }
td.TdClassName
{
border-color: #CFCB67;
}
.TagClassName
{
border-color: #CFCB67;
}
</style>