Shades of Goldenrod #CECA6B
Tints of Goldenrod #CECA6B
RGB
CMYK
RGB Variations
Color information
#CECA6B (or 0xCECA6B) is known color: Goldenrod. HEX triplet: CE, CA and 6B. RGB value is (206,202,107). Sum of RGB (Red+Green+Blue) = 206+202+107=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECA6B is #313594. Grayscale: #C0C0C0. Windows color (decimal): -3224981 or 7064270. OLE color: 7064270.
HSL color Cylindrical-coordinate representation of color #CECA6B: hue angle of 57.58º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CECA6B is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 107 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.19 |
| HSL | 57.58º | 0.5% | 0.61% | - |
| HSV(B) | 57.58º | 0.48% | 0.81% | - |
| XYZ | 49.23 | 56.42 | 22.21 | - |
| YUV | 192.37 | 79.83 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 107 | 0 | 0.02 | 0.48 | 0.19 | 57.58 | 0.5 | 0.61 |
| Hex | CE | CA | 6B | 0 | 2 | 30 | 13 | 3A | 32 | 3D |
| Octal | 316 | 312 | 153 | 0 | 2 | 60 | 23 | 72 | 62 | 75 |
| Binary | 11001110 | 11001010 | 1101011 | 0 | 10 | 110000 | 10011 | 111010 | 110010 | 111101 |
Color Harmonies of #CECA6B
Complementary color
Monochromatic Colors of #CECA6B
Black with #CECA6B
Text Example
Text Example
White with #CECA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECA6B; }
p { color: rgb(206,202,107); }
H1.HeaderClassName
{
color: #CECA6B;
}
.AnyTagClassName
{
color: #CECA6B;
}
</style>
background-color css
<style>
a { background-color: #CECA6B; }
a { background-color: rgb(206,202,107); }
div.DivClassName
{
background-color: #CECA6B;
}
.BgClassName
{
background-color: #CECA6B;
}
</style>
border-color css
<style>
span { border-color: #CECA6B; }
span { border-color: rgb(206,202,107); }
td.TdClassName
{
border-color: #CECA6B;
}
.TagClassName
{
border-color: #CECA6B;
}
</style>