Shades of Goldenrod #CDDC68
Tints of Goldenrod #CDDC68
RGB
CMYK
RGB Variations
Color information
#CDDC68 (or 0xCDDC68) is known color: Goldenrod. HEX triplet: CD, DC and 68. RGB value is (205,220,104). Sum of RGB (Red+Green+Blue) = 205+220+104=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC68 is #322397. Grayscale: #CACACA. Windows color (decimal): -3285912 or 6872269. OLE color: 6872269.
HSL color Cylindrical-coordinate representation of color #CDDC68: hue angle of 67.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDDC68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 104 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.14 |
| HSL | 67.76º | 0.62% | 0.64% | - |
| HSV(B) | 67.76º | 0.53% | 0.86% | - |
| XYZ | 53.27 | 65.17 | 22.87 | - |
| YUV | 202.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 104 | 0.07 | 0 | 0.53 | 0.14 | 67.76 | 0.62 | 0.64 |
| Hex | CD | DC | 68 | 7 | 0 | 35 | E | 44 | 3E | 40 |
| Octal | 315 | 334 | 150 | 7 | 0 | 65 | 16 | 104 | 76 | 100 |
| Binary | 11001101 | 11011100 | 1101000 | 111 | 0 | 110101 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CDDC68
Complementary color
Monochromatic Colors of #CDDC68
Black with #CDDC68
Text Example
Text Example
White with #CDDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC68; }
p { color: rgb(205,220,104); }
H1.HeaderClassName
{
color: #CDDC68;
}
.AnyTagClassName
{
color: #CDDC68;
}
</style>
background-color css
<style>
a { background-color: #CDDC68; }
a { background-color: rgb(205,220,104); }
div.DivClassName
{
background-color: #CDDC68;
}
.BgClassName
{
background-color: #CDDC68;
}
</style>
border-color css
<style>
span { border-color: #CDDC68; }
span { border-color: rgb(205,220,104); }
td.TdClassName
{
border-color: #CDDC68;
}
.TagClassName
{
border-color: #CDDC68;
}
</style>