Shades of Goldenrod #CFDC75
Tints of Goldenrod #CFDC75
RGB
CMYK
RGB Variations
Color information
#CFDC75 (or 0xCFDC75) is known color: Goldenrod. HEX triplet: CF, DC and 75. RGB value is (207,220,117). Sum of RGB (Red+Green+Blue) = 207+220+117=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC75 is #30238A. Grayscale: #CCCCCC. Windows color (decimal): -3154827 or 7724239. OLE color: 7724239.
HSL color Cylindrical-coordinate representation of color #CFDC75: hue angle of 67.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFDC75 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 117 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.14 |
| HSL | 67.57º | 0.6% | 0.66% | - |
| HSV(B) | 67.57º | 0.47% | 0.86% | - |
| XYZ | 54.54 | 65.74 | 26.64 | - |
| YUV | 204.37 | 78.69 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 117 | 0.06 | 0 | 0.47 | 0.14 | 67.57 | 0.6 | 0.66 |
| Hex | CF | DC | 75 | 6 | 0 | 2F | E | 44 | 3C | 42 |
| Octal | 317 | 334 | 165 | 6 | 0 | 57 | 16 | 104 | 74 | 102 |
| Binary | 11001111 | 11011100 | 1110101 | 110 | 0 | 101111 | 1110 | 1000100 | 111100 | 1000010 |
Color Harmonies of #CFDC75
Complementary color
Monochromatic Colors of #CFDC75
Black with #CFDC75
Text Example
Text Example
White with #CFDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC75; }
p { color: rgb(207,220,117); }
H1.HeaderClassName
{
color: #CFDC75;
}
.AnyTagClassName
{
color: #CFDC75;
}
</style>
background-color css
<style>
a { background-color: #CFDC75; }
a { background-color: rgb(207,220,117); }
div.DivClassName
{
background-color: #CFDC75;
}
.BgClassName
{
background-color: #CFDC75;
}
</style>
border-color css
<style>
span { border-color: #CFDC75; }
span { border-color: rgb(207,220,117); }
td.TdClassName
{
border-color: #CFDC75;
}
.TagClassName
{
border-color: #CFDC75;
}
</style>