Shades of Goldenrod #CBD56D
Tints of Goldenrod #CBD56D
RGB
CMYK
RGB Variations
Color information
#CBD56D (or 0xCBD56D) is known color: Goldenrod. HEX triplet: CB, D5 and 6D. RGB value is (203,213,109). Sum of RGB (Red+Green+Blue) = 203+213+109=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD56D is #342A92. Grayscale: #C6C6C6. Windows color (decimal): -3418771 or 7198155. OLE color: 7198155.
HSL color Cylindrical-coordinate representation of color #CBD56D: hue angle of 65.77º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBD56D is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 109 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.16 |
| HSL | 65.77º | 0.55% | 0.63% | - |
| HSV(B) | 65.77º | 0.49% | 0.84% | - |
| XYZ | 51.18 | 61.39 | 23.62 | - |
| YUV | 198.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 109 | 0.05 | 0 | 0.49 | 0.16 | 65.77 | 0.55 | 0.63 |
| Hex | CB | D5 | 6D | 5 | 0 | 31 | 10 | 42 | 37 | 3F |
| Octal | 313 | 325 | 155 | 5 | 0 | 61 | 20 | 102 | 67 | 77 |
| Binary | 11001011 | 11010101 | 1101101 | 101 | 0 | 110001 | 10000 | 1000010 | 110111 | 111111 |
Color Harmonies of #CBD56D
Complementary color
Monochromatic Colors of #CBD56D
Black with #CBD56D
Text Example
Text Example
White with #CBD56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD56D; }
p { color: rgb(203,213,109); }
H1.HeaderClassName
{
color: #CBD56D;
}
.AnyTagClassName
{
color: #CBD56D;
}
</style>
background-color css
<style>
a { background-color: #CBD56D; }
a { background-color: rgb(203,213,109); }
div.DivClassName
{
background-color: #CBD56D;
}
.BgClassName
{
background-color: #CBD56D;
}
</style>
border-color css
<style>
span { border-color: #CBD56D; }
span { border-color: rgb(203,213,109); }
td.TdClassName
{
border-color: #CBD56D;
}
.TagClassName
{
border-color: #CBD56D;
}
</style>