Shades of Goldenrod #CFDD69
Tints of Goldenrod #CFDD69
RGB
CMYK
RGB Variations
Color information
#CFDD69 (or 0xCFDD69) is known color: Goldenrod. HEX triplet: CF, DD and 69. RGB value is (207,221,105). Sum of RGB (Red+Green+Blue) = 207+221+105=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD69 is #302296. Grayscale: #CCCCCC. Windows color (decimal): -3154583 or 6938063. OLE color: 6938063.
HSL color Cylindrical-coordinate representation of color #CFDD69: hue angle of 67.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFDD69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.13 |
| HSL | 67.24º | 0.63% | 0.64% | - |
| HSV(B) | 67.24º | 0.52% | 0.87% | - |
| XYZ | 54.14 | 66 | 23.25 | - |
| YUV | 203.59 | 72.36 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 105 | 0.06 | 0 | 0.52 | 0.13 | 67.24 | 0.63 | 0.64 |
| Hex | CF | DD | 69 | 6 | 0 | 34 | D | 43 | 3F | 40 |
| Octal | 317 | 335 | 151 | 6 | 0 | 64 | 15 | 103 | 77 | 100 |
| Binary | 11001111 | 11011101 | 1101001 | 110 | 0 | 110100 | 1101 | 1000011 | 111111 | 1000000 |
Color Harmonies of #CFDD69
Complementary color
Monochromatic Colors of #CFDD69
Black with #CFDD69
Text Example
Text Example
White with #CFDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD69; }
p { color: rgb(207,221,105); }
H1.HeaderClassName
{
color: #CFDD69;
}
.AnyTagClassName
{
color: #CFDD69;
}
</style>
background-color css
<style>
a { background-color: #CFDD69; }
a { background-color: rgb(207,221,105); }
div.DivClassName
{
background-color: #CFDD69;
}
.BgClassName
{
background-color: #CFDD69;
}
</style>
border-color css
<style>
span { border-color: #CFDD69; }
span { border-color: rgb(207,221,105); }
td.TdClassName
{
border-color: #CFDD69;
}
.TagClassName
{
border-color: #CFDD69;
}
</style>