Shades of Goldenrod #CBDA6D
Tints of Goldenrod #CBDA6D
RGB
CMYK
RGB Variations
Color information
#CBDA6D (or 0xCBDA6D) is known color: Goldenrod. HEX triplet: CB, DA and 6D. RGB value is (203,218,109). Sum of RGB (Red+Green+Blue) = 203+218+109=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA6D is #342592. Grayscale: #C9C9C9. Windows color (decimal): -3417491 or 7199435. OLE color: 7199435.
HSL color Cylindrical-coordinate representation of color #CBDA6D: hue angle of 68.26º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBDA6D is Cyan = 0.07, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 109 | - |
| CMYK | 0.07 | 0 | 0.5 | 0.15 |
| HSL | 68.26º | 0.6% | 0.64% | - |
| HSV(B) | 68.26º | 0.5% | 0.85% | - |
| XYZ | 52.46 | 63.94 | 24.05 | - |
| YUV | 201.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 109 | 0.07 | 0 | 0.5 | 0.15 | 68.26 | 0.6 | 0.64 |
| Hex | CB | DA | 6D | 7 | 0 | 32 | F | 44 | 3C | 40 |
| Octal | 313 | 332 | 155 | 7 | 0 | 62 | 17 | 104 | 74 | 100 |
| Binary | 11001011 | 11011010 | 1101101 | 111 | 0 | 110010 | 1111 | 1000100 | 111100 | 1000000 |
Color Harmonies of #CBDA6D
Complementary color
Monochromatic Colors of #CBDA6D
Black with #CBDA6D
Text Example
Text Example
White with #CBDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA6D; }
p { color: rgb(203,218,109); }
H1.HeaderClassName
{
color: #CBDA6D;
}
.AnyTagClassName
{
color: #CBDA6D;
}
</style>
background-color css
<style>
a { background-color: #CBDA6D; }
a { background-color: rgb(203,218,109); }
div.DivClassName
{
background-color: #CBDA6D;
}
.BgClassName
{
background-color: #CBDA6D;
}
</style>
border-color css
<style>
span { border-color: #CBDA6D; }
span { border-color: rgb(203,218,109); }
td.TdClassName
{
border-color: #CBDA6D;
}
.TagClassName
{
border-color: #CBDA6D;
}
</style>