Shades of Goldenrod #CDDA64
Tints of Goldenrod #CDDA64
RGB
CMYK
RGB Variations
Color information
#CDDA64 (or 0xCDDA64) is known color: Goldenrod. HEX triplet: CD, DA and 64. RGB value is (205,218,100). Sum of RGB (Red+Green+Blue) = 205+218+100=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA64 is #32259B. Grayscale: #C9C9C9. Windows color (decimal): -3286428 or 6609613. OLE color: 6609613.
HSL color Cylindrical-coordinate representation of color #CDDA64: hue angle of 66.61º degrees, saturation: 0.61, 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 #CDDA64 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 100 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 66.61º | 0.61% | 0.62% | - |
| HSV(B) | 66.61º | 0.54% | 0.85% | - |
| XYZ | 52.55 | 64.04 | 21.65 | - |
| YUV | 200.66 | 71.19 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 100 | 0.06 | 0 | 0.54 | 0.15 | 66.61 | 0.61 | 0.62 |
| Hex | CD | DA | 64 | 6 | 0 | 36 | F | 43 | 3D | 3E |
| Octal | 315 | 332 | 144 | 6 | 0 | 66 | 17 | 103 | 75 | 76 |
| Binary | 11001101 | 11011010 | 1100100 | 110 | 0 | 110110 | 1111 | 1000011 | 111101 | 111110 |
Color Harmonies of #CDDA64
Complementary color
Monochromatic Colors of #CDDA64
Black with #CDDA64
Text Example
Text Example
White with #CDDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA64; }
p { color: rgb(205,218,100); }
H1.HeaderClassName
{
color: #CDDA64;
}
.AnyTagClassName
{
color: #CDDA64;
}
</style>
background-color css
<style>
a { background-color: #CDDA64; }
a { background-color: rgb(205,218,100); }
div.DivClassName
{
background-color: #CDDA64;
}
.BgClassName
{
background-color: #CDDA64;
}
</style>
border-color css
<style>
span { border-color: #CDDA64; }
span { border-color: rgb(205,218,100); }
td.TdClassName
{
border-color: #CDDA64;
}
.TagClassName
{
border-color: #CDDA64;
}
</style>