Shades of Goldenrod #CDDC6D
Tints of Goldenrod #CDDC6D
RGB
CMYK
RGB Variations
Color information
#CDDC6D (or 0xCDDC6D) is known color: Goldenrod. HEX triplet: CD, DC and 6D. RGB value is (205,220,109). Sum of RGB (Red+Green+Blue) = 205+220+109=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC6D is #322392. Grayscale: #CBCBCB. Windows color (decimal): -3285907 or 7199949. OLE color: 7199949.
HSL color Cylindrical-coordinate representation of color #CDDC6D: hue angle of 68.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDC6D is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 109 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.14 |
| HSL | 68.11º | 0.61% | 0.65% | - |
| HSV(B) | 68.11º | 0.5% | 0.86% | - |
| XYZ | 53.53 | 65.27 | 24.24 | - |
| YUV | 202.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 109 | 0.07 | 0 | 0.50 | 0.14 | 68.11 | 0.61 | 0.65 |
| Hex | CD | DC | 6D | 7 | 0 | 32 | E | 44 | 3D | 41 |
| Octal | 315 | 334 | 155 | 7 | 0 | 62 | 16 | 104 | 75 | 101 |
| Binary | 11001101 | 11011100 | 1101101 | 111 | 0 | 110010 | 1110 | 1000100 | 111101 | 1000001 |
Color Harmonies of #CDDC6D
Complementary color
Monochromatic Colors of #CDDC6D
Black with #CDDC6D
Text Example
Text Example
White with #CDDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC6D; }
p { color: rgb(205,220,109); }
H1.HeaderClassName
{
color: #CDDC6D;
}
.AnyTagClassName
{
color: #CDDC6D;
}
</style>
background-color css
<style>
a { background-color: #CDDC6D; }
a { background-color: rgb(205,220,109); }
div.DivClassName
{
background-color: #CDDC6D;
}
.BgClassName
{
background-color: #CDDC6D;
}
</style>
border-color css
<style>
span { border-color: #CDDC6D; }
span { border-color: rgb(205,220,109); }
td.TdClassName
{
border-color: #CDDC6D;
}
.TagClassName
{
border-color: #CDDC6D;
}
</style>