Shades of Goldenrod #CDDC6C
Tints of Goldenrod #CDDC6C
RGB
CMYK
RGB Variations
Color information
#CDDC6C (or 0xCDDC6C) is known color: Goldenrod. HEX triplet: CD, DC and 6C. RGB value is (205,220,108). Sum of RGB (Red+Green+Blue) = 205+220+108=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC6C is #322393. Grayscale: #CBCBCB. Windows color (decimal): -3285908 or 7134413. OLE color: 7134413.
HSL color Cylindrical-coordinate representation of color #CDDC6C: hue angle of 68.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDDC6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 108 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.14 |
| HSL | 68.04º | 0.62% | 0.64% | - |
| HSV(B) | 68.04º | 0.51% | 0.86% | - |
| XYZ | 53.48 | 65.25 | 23.96 | - |
| YUV | 202.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 108 | 0.07 | 0 | 0.51 | 0.14 | 68.04 | 0.62 | 0.64 |
| Hex | CD | DC | 6C | 7 | 0 | 33 | E | 44 | 3E | 40 |
| Octal | 315 | 334 | 154 | 7 | 0 | 63 | 16 | 104 | 76 | 100 |
| Binary | 11001101 | 11011100 | 1101100 | 111 | 0 | 110011 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CDDC6C
Complementary color
Monochromatic Colors of #CDDC6C
Black with #CDDC6C
Text Example
Text Example
White with #CDDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC6C; }
p { color: rgb(205,220,108); }
H1.HeaderClassName
{
color: #CDDC6C;
}
.AnyTagClassName
{
color: #CDDC6C;
}
</style>
background-color css
<style>
a { background-color: #CDDC6C; }
a { background-color: rgb(205,220,108); }
div.DivClassName
{
background-color: #CDDC6C;
}
.BgClassName
{
background-color: #CDDC6C;
}
</style>
border-color css
<style>
span { border-color: #CDDC6C; }
span { border-color: rgb(205,220,108); }
td.TdClassName
{
border-color: #CDDC6C;
}
.TagClassName
{
border-color: #CDDC6C;
}
</style>