Shades of Goldenrod #CED56B
Tints of Goldenrod #CED56B
RGB
CMYK
RGB Variations
Color information
#CED56B (or 0xCED56B) is known color: Goldenrod. HEX triplet: CE, D5 and 6B. RGB value is (206,213,107). Sum of RGB (Red+Green+Blue) = 206+213+107=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #CED56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED56B is #312A94. Grayscale: #C7C7C7. Windows color (decimal): -3222165 or 7067086. OLE color: 7067086.
HSL color Cylindrical-coordinate representation of color #CED56B: hue angle of 63.96º 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 #CED56B is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 107 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.16 |
| HSL | 63.96º | 0.56% | 0.63% | - |
| HSV(B) | 63.96º | 0.5% | 0.84% | - |
| XYZ | 51.9 | 61.77 | 23.1 | - |
| YUV | 198.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 107 | 0.03 | 0 | 0.50 | 0.16 | 63.96 | 0.56 | 0.63 |
| Hex | CE | D5 | 6B | 3 | 0 | 32 | 10 | 40 | 38 | 3F |
| Octal | 316 | 325 | 153 | 3 | 0 | 62 | 20 | 100 | 70 | 77 |
| Binary | 11001110 | 11010101 | 1101011 | 11 | 0 | 110010 | 10000 | 1000000 | 111000 | 111111 |
Color Harmonies of #CED56B
Complementary color
Monochromatic Colors of #CED56B
Black with #CED56B
Text Example
Text Example
White with #CED56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED56B; }
p { color: rgb(206,213,107); }
H1.HeaderClassName
{
color: #CED56B;
}
.AnyTagClassName
{
color: #CED56B;
}
</style>
background-color css
<style>
a { background-color: #CED56B; }
a { background-color: rgb(206,213,107); }
div.DivClassName
{
background-color: #CED56B;
}
.BgClassName
{
background-color: #CED56B;
}
</style>
border-color css
<style>
span { border-color: #CED56B; }
span { border-color: rgb(206,213,107); }
td.TdClassName
{
border-color: #CED56B;
}
.TagClassName
{
border-color: #CED56B;
}
</style>