Shades of Goldenrod #CED568
Tints of Goldenrod #CED568
RGB
CMYK
RGB Variations
Color information
#CED568 (or 0xCED568) is known color: Goldenrod. HEX triplet: CE, D5 and 68. RGB value is (206,213,104). Sum of RGB (Red+Green+Blue) = 206+213+104=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #CED568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED568 is #312A97. Grayscale: #C6C6C6. Windows color (decimal): -3222168 or 6870478. OLE color: 6870478.
HSL color Cylindrical-coordinate representation of color #CED568: hue angle of 63.85º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CED568 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 104 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.16 |
| HSL | 63.85º | 0.56% | 0.62% | - |
| HSV(B) | 63.85º | 0.51% | 0.84% | - |
| XYZ | 51.75 | 61.71 | 22.28 | - |
| YUV | 198.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 104 | 0.03 | 0 | 0.51 | 0.16 | 63.85 | 0.56 | 0.62 |
| Hex | CE | D5 | 68 | 3 | 0 | 33 | 10 | 40 | 38 | 3E |
| Octal | 316 | 325 | 150 | 3 | 0 | 63 | 20 | 100 | 70 | 76 |
| Binary | 11001110 | 11010101 | 1101000 | 11 | 0 | 110011 | 10000 | 1000000 | 111000 | 111110 |
Color Harmonies of #CED568
Complementary color
Monochromatic Colors of #CED568
Black with #CED568
Text Example
Text Example
White with #CED568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED568; }
p { color: rgb(206,213,104); }
H1.HeaderClassName
{
color: #CED568;
}
.AnyTagClassName
{
color: #CED568;
}
</style>
background-color css
<style>
a { background-color: #CED568; }
a { background-color: rgb(206,213,104); }
div.DivClassName
{
background-color: #CED568;
}
.BgClassName
{
background-color: #CED568;
}
</style>
border-color css
<style>
span { border-color: #CED568; }
span { border-color: rgb(206,213,104); }
td.TdClassName
{
border-color: #CED568;
}
.TagClassName
{
border-color: #CED568;
}
</style>