Shades of Goldenrod #CDD864
Tints of Goldenrod #CDD864
RGB
CMYK
RGB Variations
Color information
#CDD864 (or 0xCDD864) is known color: Goldenrod. HEX triplet: CD, D8 and 64. RGB value is (205,216,100). Sum of RGB (Red+Green+Blue) = 205+216+100=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD864 is #32279B. Grayscale: #C7C7C7. Windows color (decimal): -3286940 or 6609101. OLE color: 6609101.
HSL color Cylindrical-coordinate representation of color #CDD864: hue angle of 65.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD864 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 100 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.15 |
| HSL | 65.69º | 0.6% | 0.62% | - |
| HSV(B) | 65.69º | 0.54% | 0.85% | - |
| XYZ | 52.03 | 63.01 | 21.48 | - |
| YUV | 199.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 100 | 0.05 | 0 | 0.54 | 0.15 | 65.69 | 0.6 | 0.62 |
| Hex | CD | D8 | 64 | 5 | 0 | 36 | F | 42 | 3C | 3E |
| Octal | 315 | 330 | 144 | 5 | 0 | 66 | 17 | 102 | 74 | 76 |
| Binary | 11001101 | 11011000 | 1100100 | 101 | 0 | 110110 | 1111 | 1000010 | 111100 | 111110 |
Color Harmonies of #CDD864
Complementary color
Monochromatic Colors of #CDD864
Black with #CDD864
Text Example
Text Example
White with #CDD864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD864; }
p { color: rgb(205,216,100); }
H1.HeaderClassName
{
color: #CDD864;
}
.AnyTagClassName
{
color: #CDD864;
}
</style>
background-color css
<style>
a { background-color: #CDD864; }
a { background-color: rgb(205,216,100); }
div.DivClassName
{
background-color: #CDD864;
}
.BgClassName
{
background-color: #CDD864;
}
</style>
border-color css
<style>
span { border-color: #CDD864; }
span { border-color: rgb(205,216,100); }
td.TdClassName
{
border-color: #CDD864;
}
.TagClassName
{
border-color: #CDD864;
}
</style>