Shades of Goldenrod #CDDA68
Tints of Goldenrod #CDDA68
RGB
CMYK
RGB Variations
Color information
#CDDA68 (or 0xCDDA68) is known color: Goldenrod. HEX triplet: CD, DA and 68. RGB value is (205,218,104). Sum of RGB (Red+Green+Blue) = 205+218+104=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA68 is #322597. Grayscale: #C9C9C9. Windows color (decimal): -3286424 or 6871757. OLE color: 6871757.
HSL color Cylindrical-coordinate representation of color #CDDA68: hue angle of 66.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDDA68 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 104 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.15 |
| HSL | 66.84º | 0.61% | 0.63% | - |
| HSV(B) | 66.84º | 0.52% | 0.85% | - |
| XYZ | 52.75 | 64.12 | 22.69 | - |
| YUV | 201.12 | 73.19 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 104 | 0.06 | 0 | 0.52 | 0.15 | 66.84 | 0.61 | 0.63 |
| Hex | CD | DA | 68 | 6 | 0 | 34 | F | 43 | 3D | 3F |
| Octal | 315 | 332 | 150 | 6 | 0 | 64 | 17 | 103 | 75 | 77 |
| Binary | 11001101 | 11011010 | 1101000 | 110 | 0 | 110100 | 1111 | 1000011 | 111101 | 111111 |
Color Harmonies of #CDDA68
Complementary color
Monochromatic Colors of #CDDA68
Black with #CDDA68
Text Example
Text Example
White with #CDDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA68; }
p { color: rgb(205,218,104); }
H1.HeaderClassName
{
color: #CDDA68;
}
.AnyTagClassName
{
color: #CDDA68;
}
</style>
background-color css
<style>
a { background-color: #CDDA68; }
a { background-color: rgb(205,218,104); }
div.DivClassName
{
background-color: #CDDA68;
}
.BgClassName
{
background-color: #CDDA68;
}
</style>
border-color css
<style>
span { border-color: #CDDA68; }
span { border-color: rgb(205,218,104); }
td.TdClassName
{
border-color: #CDDA68;
}
.TagClassName
{
border-color: #CDDA68;
}
</style>