Shades of Goldenrod #CDD665
Tints of Goldenrod #CDD665
RGB
CMYK
RGB Variations
Color information
#CDD665 (or 0xCDD665) is known color: Goldenrod. HEX triplet: CD, D6 and 65. RGB value is (205,214,101). Sum of RGB (Red+Green+Blue) = 205+214+101=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD665 is #32299A. Grayscale: #C6C6C6. Windows color (decimal): -3287451 or 6674125. OLE color: 6674125.
HSL color Cylindrical-coordinate representation of color #CDD665: hue angle of 64.78º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD665 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 101 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.78º | 0.58% | 0.62% | - |
| HSV(B) | 64.78º | 0.53% | 0.84% | - |
| XYZ | 51.57 | 62.01 | 21.56 | - |
| YUV | 198.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 101 | 0.04 | 0 | 0.53 | 0.16 | 64.78 | 0.58 | 0.62 |
| Hex | CD | D6 | 65 | 4 | 0 | 35 | 10 | 41 | 3A | 3E |
| Octal | 315 | 326 | 145 | 4 | 0 | 65 | 20 | 101 | 72 | 76 |
| Binary | 11001101 | 11010110 | 1100101 | 100 | 0 | 110101 | 10000 | 1000001 | 111010 | 111110 |
Color Harmonies of #CDD665
Complementary color
Monochromatic Colors of #CDD665
Black with #CDD665
Text Example
Text Example
White with #CDD665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD665; }
p { color: rgb(205,214,101); }
H1.HeaderClassName
{
color: #CDD665;
}
.AnyTagClassName
{
color: #CDD665;
}
</style>
background-color css
<style>
a { background-color: #CDD665; }
a { background-color: rgb(205,214,101); }
div.DivClassName
{
background-color: #CDD665;
}
.BgClassName
{
background-color: #CDD665;
}
</style>
border-color css
<style>
span { border-color: #CDD665; }
span { border-color: rgb(205,214,101); }
td.TdClassName
{
border-color: #CDD665;
}
.TagClassName
{
border-color: #CDD665;
}
</style>