Shades of Goldenrod #CDDC69
Tints of Goldenrod #CDDC69
RGB
CMYK
RGB Variations
Color information
#CDDC69 (or 0xCDDC69) is known color: Goldenrod. HEX triplet: CD, DC and 69. RGB value is (205,220,105). Sum of RGB (Red+Green+Blue) = 205+220+105=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC69 is #322396. Grayscale: #CACACA. Windows color (decimal): -3285911 or 6937805. OLE color: 6937805.
HSL color Cylindrical-coordinate representation of color #CDDC69: hue angle of 67.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDDC69 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 105 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.14 |
| HSL | 67.83º | 0.62% | 0.64% | - |
| HSV(B) | 67.83º | 0.52% | 0.86% | - |
| XYZ | 53.32 | 65.19 | 23.14 | - |
| YUV | 202.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 105 | 0.07 | 0 | 0.52 | 0.14 | 67.83 | 0.62 | 0.64 |
| Hex | CD | DC | 69 | 7 | 0 | 34 | E | 44 | 3E | 40 |
| Octal | 315 | 334 | 151 | 7 | 0 | 64 | 16 | 104 | 76 | 100 |
| Binary | 11001101 | 11011100 | 1101001 | 111 | 0 | 110100 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CDDC69
Complementary color
Monochromatic Colors of #CDDC69
Black with #CDDC69
Text Example
Text Example
White with #CDDC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC69; }
p { color: rgb(205,220,105); }
H1.HeaderClassName
{
color: #CDDC69;
}
.AnyTagClassName
{
color: #CDDC69;
}
</style>
background-color css
<style>
a { background-color: #CDDC69; }
a { background-color: rgb(205,220,105); }
div.DivClassName
{
background-color: #CDDC69;
}
.BgClassName
{
background-color: #CDDC69;
}
</style>
border-color css
<style>
span { border-color: #CDDC69; }
span { border-color: rgb(205,220,105); }
td.TdClassName
{
border-color: #CDDC69;
}
.TagClassName
{
border-color: #CDDC69;
}
</style>