Shades of Goldenrod #CECF6B
Tints of Goldenrod #CECF6B
RGB
CMYK
RGB Variations
Color information
#CECF6B (or 0xCECF6B) is known color: Goldenrod. HEX triplet: CE, CF and 6B. RGB value is (206,207,107). Sum of RGB (Red+Green+Blue) = 206+207+107=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECF6B is #313094. Grayscale: #C3C3C3. Windows color (decimal): -3223701 or 7065550. OLE color: 7065550.
HSL color Cylindrical-coordinate representation of color #CECF6B: hue angle of 60.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CECF6B is Cyan = 0.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 207 | 107 | - |
| CMYK | 0.00 | 0 | 0.48 | 0.19 |
| HSL | 60.6º | 0.51% | 0.62% | - |
| HSV(B) | 60.6º | 0.48% | 0.81% | - |
| XYZ | 50.42 | 58.81 | 22.6 | - |
| YUV | 195.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 107 | 0.00 | 0 | 0.48 | 0.19 | 60.6 | 0.51 | 0.62 |
| Hex | CE | CF | 6B | 0 | 0 | 30 | 13 | 3D | 33 | 3E |
| Octal | 316 | 317 | 153 | 0 | 0 | 60 | 23 | 75 | 63 | 76 |
| Binary | 11001110 | 11001111 | 1101011 | 0 | 0 | 110000 | 10011 | 111101 | 110011 | 111110 |
Color Harmonies of #CECF6B
Complementary color
Monochromatic Colors of #CECF6B
Black with #CECF6B
Text Example
Text Example
White with #CECF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECF6B; }
p { color: rgb(206,207,107); }
H1.HeaderClassName
{
color: #CECF6B;
}
.AnyTagClassName
{
color: #CECF6B;
}
</style>
background-color css
<style>
a { background-color: #CECF6B; }
a { background-color: rgb(206,207,107); }
div.DivClassName
{
background-color: #CECF6B;
}
.BgClassName
{
background-color: #CECF6B;
}
</style>
border-color css
<style>
span { border-color: #CECF6B; }
span { border-color: rgb(206,207,107); }
td.TdClassName
{
border-color: #CECF6B;
}
.TagClassName
{
border-color: #CECF6B;
}
</style>