Shades of Goldenrod #CECD6B
Tints of Goldenrod #CECD6B
RGB
CMYK
RGB Variations
Color information
#CECD6B (or 0xCECD6B) is known color: Goldenrod. HEX triplet: CE, CD and 6B. RGB value is (206,205,107). Sum of RGB (Red+Green+Blue) = 206+205+107=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CECD6B is #313294. Grayscale: #C2C2C2. Windows color (decimal): -3224213 or 7065038. OLE color: 7065038.
HSL color Cylindrical-coordinate representation of color #CECD6B: hue angle of 59.39º 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 #CECD6B is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 107 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.19 |
| HSL | 59.39º | 0.5% | 0.61% | - |
| HSV(B) | 59.39º | 0.48% | 0.81% | - |
| XYZ | 49.94 | 57.85 | 22.44 | - |
| YUV | 194.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 107 | 0 | 0.00 | 0.48 | 0.19 | 59.39 | 0.5 | 0.61 |
| Hex | CE | CD | 6B | 0 | 0 | 30 | 13 | 3B | 32 | 3D |
| Octal | 316 | 315 | 153 | 0 | 0 | 60 | 23 | 73 | 62 | 75 |
| Binary | 11001110 | 11001101 | 1101011 | 0 | 0 | 110000 | 10011 | 111011 | 110010 | 111101 |
Color Harmonies of #CECD6B
Complementary color
Monochromatic Colors of #CECD6B
Black with #CECD6B
Text Example
Text Example
White with #CECD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD6B; }
p { color: rgb(206,205,107); }
H1.HeaderClassName
{
color: #CECD6B;
}
.AnyTagClassName
{
color: #CECD6B;
}
</style>
background-color css
<style>
a { background-color: #CECD6B; }
a { background-color: rgb(206,205,107); }
div.DivClassName
{
background-color: #CECD6B;
}
.BgClassName
{
background-color: #CECD6B;
}
</style>
border-color css
<style>
span { border-color: #CECD6B; }
span { border-color: rgb(206,205,107); }
td.TdClassName
{
border-color: #CECD6B;
}
.TagClassName
{
border-color: #CECD6B;
}
</style>