Shades of Goldenrod #CFDC69
Tints of Goldenrod #CFDC69
RGB
CMYK
RGB Variations
Color information
#CFDC69 (or 0xCFDC69) is known color: Goldenrod. HEX triplet: CF, DC and 69. RGB value is (207,220,105). Sum of RGB (Red+Green+Blue) = 207+220+105=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC69 is #302396. Grayscale: #CBCBCB. Windows color (decimal): -3154839 or 6937807. OLE color: 6937807.
HSL color Cylindrical-coordinate representation of color #CFDC69: hue angle of 66.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDC69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.14 |
| HSL | 66.78º | 0.62% | 0.64% | - |
| HSV(B) | 66.78º | 0.52% | 0.86% | - |
| XYZ | 53.88 | 65.47 | 23.16 | - |
| YUV | 203 | 72.69 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 105 | 0.06 | 0 | 0.52 | 0.14 | 66.78 | 0.62 | 0.64 |
| Hex | CF | DC | 69 | 6 | 0 | 34 | E | 43 | 3E | 40 |
| Octal | 317 | 334 | 151 | 6 | 0 | 64 | 16 | 103 | 76 | 100 |
| Binary | 11001111 | 11011100 | 1101001 | 110 | 0 | 110100 | 1110 | 1000011 | 111110 | 1000000 |
Color Harmonies of #CFDC69
Complementary color
Monochromatic Colors of #CFDC69
Black with #CFDC69
Text Example
Text Example
White with #CFDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC69; }
p { color: rgb(207,220,105); }
H1.HeaderClassName
{
color: #CFDC69;
}
.AnyTagClassName
{
color: #CFDC69;
}
</style>
background-color css
<style>
a { background-color: #CFDC69; }
a { background-color: rgb(207,220,105); }
div.DivClassName
{
background-color: #CFDC69;
}
.BgClassName
{
background-color: #CFDC69;
}
</style>
border-color css
<style>
span { border-color: #CFDC69; }
span { border-color: rgb(207,220,105); }
td.TdClassName
{
border-color: #CFDC69;
}
.TagClassName
{
border-color: #CFDC69;
}
</style>