Shades of Goldenrod #CFD56B
Tints of Goldenrod #CFD56B
RGB
CMYK
RGB Variations
Color information
#CFD56B (or 0xCFD56B) is known color: Goldenrod. HEX triplet: CF, D5 and 6B. RGB value is (207,213,107). Sum of RGB (Red+Green+Blue) = 207+213+107=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD56B is #302A94. Grayscale: #C7C7C7. Windows color (decimal): -3156629 or 7067087. OLE color: 7067087.
HSL color Cylindrical-coordinate representation of color #CFD56B: hue angle of 63.4º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFD56B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 107 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.16 |
| HSL | 63.4º | 0.56% | 0.63% | - |
| HSV(B) | 63.4º | 0.5% | 0.84% | - |
| XYZ | 52.18 | 61.92 | 23.11 | - |
| YUV | 199.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 107 | 0.03 | 0 | 0.50 | 0.16 | 63.4 | 0.56 | 0.63 |
| Hex | CF | D5 | 6B | 3 | 0 | 32 | 10 | 3F | 38 | 3F |
| Octal | 317 | 325 | 153 | 3 | 0 | 62 | 20 | 77 | 70 | 77 |
| Binary | 11001111 | 11010101 | 1101011 | 11 | 0 | 110010 | 10000 | 111111 | 111000 | 111111 |
Color Harmonies of #CFD56B
Complementary color
Monochromatic Colors of #CFD56B
Black with #CFD56B
Text Example
Text Example
White with #CFD56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD56B; }
p { color: rgb(207,213,107); }
H1.HeaderClassName
{
color: #CFD56B;
}
.AnyTagClassName
{
color: #CFD56B;
}
</style>
background-color css
<style>
a { background-color: #CFD56B; }
a { background-color: rgb(207,213,107); }
div.DivClassName
{
background-color: #CFD56B;
}
.BgClassName
{
background-color: #CFD56B;
}
</style>
border-color css
<style>
span { border-color: #CFD56B; }
span { border-color: rgb(207,213,107); }
td.TdClassName
{
border-color: #CFD56B;
}
.TagClassName
{
border-color: #CFD56B;
}
</style>