Shades of Goldenrod #CDDA6B
Tints of Goldenrod #CDDA6B
RGB
CMYK
RGB Variations
Color information
#CDDA6B (or 0xCDDA6B) is known color: Goldenrod. HEX triplet: CD, DA and 6B. RGB value is (205,218,107). Sum of RGB (Red+Green+Blue) = 205+218+107=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA6B is #322594. Grayscale: #C9C9C9. Windows color (decimal): -3286421 or 7068365. OLE color: 7068365.
HSL color Cylindrical-coordinate representation of color #CDDA6B: hue angle of 67.03º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDDA6B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.15 |
| HSL | 67.03º | 0.6% | 0.64% | - |
| HSV(B) | 67.03º | 0.51% | 0.85% | - |
| XYZ | 52.9 | 64.18 | 23.51 | - |
| YUV | 201.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 107 | 0.06 | 0 | 0.51 | 0.15 | 67.03 | 0.6 | 0.64 |
| Hex | CD | DA | 6B | 6 | 0 | 33 | F | 43 | 3C | 40 |
| Octal | 315 | 332 | 153 | 6 | 0 | 63 | 17 | 103 | 74 | 100 |
| Binary | 11001101 | 11011010 | 1101011 | 110 | 0 | 110011 | 1111 | 1000011 | 111100 | 1000000 |
Color Harmonies of #CDDA6B
Complementary color
Monochromatic Colors of #CDDA6B
Black with #CDDA6B
Text Example
Text Example
White with #CDDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA6B; }
p { color: rgb(205,218,107); }
H1.HeaderClassName
{
color: #CDDA6B;
}
.AnyTagClassName
{
color: #CDDA6B;
}
</style>
background-color css
<style>
a { background-color: #CDDA6B; }
a { background-color: rgb(205,218,107); }
div.DivClassName
{
background-color: #CDDA6B;
}
.BgClassName
{
background-color: #CDDA6B;
}
</style>
border-color css
<style>
span { border-color: #CDDA6B; }
span { border-color: rgb(205,218,107); }
td.TdClassName
{
border-color: #CDDA6B;
}
.TagClassName
{
border-color: #CDDA6B;
}
</style>