Shades of Goldenrod #CFCD69
Tints of Goldenrod #CFCD69
RGB
CMYK
RGB Variations
Color information
#CFCD69 (or 0xCFCD69) is known color: Goldenrod. HEX triplet: CF, CD and 69. RGB value is (207,205,105). Sum of RGB (Red+Green+Blue) = 207+205+105=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD69 is #303296. Grayscale: #C2C2C2. Windows color (decimal): -3158679 or 6933967. OLE color: 6933967.
HSL color Cylindrical-coordinate representation of color #CFCD69: hue angle of 58.82º 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 #CFCD69 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 105 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.19 |
| HSL | 58.82º | 0.52% | 0.61% | - |
| HSV(B) | 58.82º | 0.49% | 0.81% | - |
| XYZ | 50.11 | 57.95 | 21.91 | - |
| YUV | 194.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 105 | 0 | 0.01 | 0.49 | 0.19 | 58.82 | 0.52 | 0.61 |
| Hex | CF | CD | 69 | 0 | 1 | 31 | 13 | 3B | 34 | 3D |
| Octal | 317 | 315 | 151 | 0 | 1 | 61 | 23 | 73 | 64 | 75 |
| Binary | 11001111 | 11001101 | 1101001 | 0 | 1 | 110001 | 10011 | 111011 | 110100 | 111101 |
Color Harmonies of #CFCD69
Complementary color
Monochromatic Colors of #CFCD69
Black with #CFCD69
Text Example
Text Example
White with #CFCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD69; }
p { color: rgb(207,205,105); }
H1.HeaderClassName
{
color: #CFCD69;
}
.AnyTagClassName
{
color: #CFCD69;
}
</style>
background-color css
<style>
a { background-color: #CFCD69; }
a { background-color: rgb(207,205,105); }
div.DivClassName
{
background-color: #CFCD69;
}
.BgClassName
{
background-color: #CFCD69;
}
</style>
border-color css
<style>
span { border-color: #CFCD69; }
span { border-color: rgb(207,205,105); }
td.TdClassName
{
border-color: #CFCD69;
}
.TagClassName
{
border-color: #CFCD69;
}
</style>