Shades of Goldenrod #CBD66E
Tints of Goldenrod #CBD66E
RGB
CMYK
RGB Variations
Color information
#CBD66E (or 0xCBD66E) is known color: Goldenrod. HEX triplet: CB, D6 and 6E. RGB value is (203,214,110). Sum of RGB (Red+Green+Blue) = 203+214+110=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD66E is #342991. Grayscale: #C7C7C7. Windows color (decimal): -3418514 or 7263947. OLE color: 7263947.
HSL color Cylindrical-coordinate representation of color #CBD66E: hue angle of 66.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBD66E is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 110 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.16 |
| HSL | 66.35º | 0.56% | 0.64% | - |
| HSV(B) | 66.35º | 0.49% | 0.84% | - |
| XYZ | 51.49 | 61.92 | 23.99 | - |
| YUV | 198.86 | 77.86 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 110 | 0.05 | 0 | 0.49 | 0.16 | 66.35 | 0.56 | 0.64 |
| Hex | CB | D6 | 6E | 5 | 0 | 31 | 10 | 42 | 38 | 40 |
| Octal | 313 | 326 | 156 | 5 | 0 | 61 | 20 | 102 | 70 | 100 |
| Binary | 11001011 | 11010110 | 1101110 | 101 | 0 | 110001 | 10000 | 1000010 | 111000 | 1000000 |
Color Harmonies of #CBD66E
Complementary color
Monochromatic Colors of #CBD66E
Black with #CBD66E
Text Example
Text Example
White with #CBD66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD66E; }
p { color: rgb(203,214,110); }
H1.HeaderClassName
{
color: #CBD66E;
}
.AnyTagClassName
{
color: #CBD66E;
}
</style>
background-color css
<style>
a { background-color: #CBD66E; }
a { background-color: rgb(203,214,110); }
div.DivClassName
{
background-color: #CBD66E;
}
.BgClassName
{
background-color: #CBD66E;
}
</style>
border-color css
<style>
span { border-color: #CBD66E; }
span { border-color: rgb(203,214,110); }
td.TdClassName
{
border-color: #CBD66E;
}
.TagClassName
{
border-color: #CBD66E;
}
</style>