Shades of Goldenrod #CDDB69
Tints of Goldenrod #CDDB69
RGB
CMYK
RGB Variations
Color information
#CDDB69 (or 0xCDDB69) is known color: Goldenrod. HEX triplet: CD, DB and 69. RGB value is (205,219,105). Sum of RGB (Red+Green+Blue) = 205+219+105=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB69 is #322496. Grayscale: #CACACA. Windows color (decimal): -3286167 or 6937549. OLE color: 6937549.
HSL color Cylindrical-coordinate representation of color #CDDB69: hue angle of 67.37º degrees, saturation: 0.61, 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 #CDDB69 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 105 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.14 |
| HSL | 67.37º | 0.61% | 0.64% | - |
| HSV(B) | 67.37º | 0.52% | 0.86% | - |
| XYZ | 53.06 | 64.66 | 23.05 | - |
| YUV | 201.82 | 73.36 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 105 | 0.06 | 0 | 0.52 | 0.14 | 67.37 | 0.61 | 0.64 |
| Hex | CD | DB | 69 | 6 | 0 | 34 | E | 43 | 3D | 40 |
| Octal | 315 | 333 | 151 | 6 | 0 | 64 | 16 | 103 | 75 | 100 |
| Binary | 11001101 | 11011011 | 1101001 | 110 | 0 | 110100 | 1110 | 1000011 | 111101 | 1000000 |
Color Harmonies of #CDDB69
Complementary color
Monochromatic Colors of #CDDB69
Black with #CDDB69
Text Example
Text Example
White with #CDDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB69; }
p { color: rgb(205,219,105); }
H1.HeaderClassName
{
color: #CDDB69;
}
.AnyTagClassName
{
color: #CDDB69;
}
</style>
background-color css
<style>
a { background-color: #CDDB69; }
a { background-color: rgb(205,219,105); }
div.DivClassName
{
background-color: #CDDB69;
}
.BgClassName
{
background-color: #CDDB69;
}
</style>
border-color css
<style>
span { border-color: #CDDB69; }
span { border-color: rgb(205,219,105); }
td.TdClassName
{
border-color: #CDDB69;
}
.TagClassName
{
border-color: #CDDB69;
}
</style>