Shades of Goldenrod #CDDB6D
Tints of Goldenrod #CDDB6D
RGB
CMYK
RGB Variations
Color information
#CDDB6D (or 0xCDDB6D) is known color: Goldenrod. HEX triplet: CD, DB and 6D. RGB value is (205,219,109). Sum of RGB (Red+Green+Blue) = 205+219+109=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB6D is #322492. Grayscale: #CACACA. Windows color (decimal): -3286163 or 7199693. OLE color: 7199693.
HSL color Cylindrical-coordinate representation of color #CDDB6D: hue angle of 67.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDDB6D is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 109 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.14 |
| HSL | 67.64º | 0.6% | 0.64% | - |
| HSV(B) | 67.64º | 0.5% | 0.86% | - |
| XYZ | 53.27 | 64.75 | 24.16 | - |
| YUV | 202.27 | 75.36 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 109 | 0.06 | 0 | 0.50 | 0.14 | 67.64 | 0.6 | 0.64 |
| Hex | CD | DB | 6D | 6 | 0 | 32 | E | 44 | 3C | 40 |
| Octal | 315 | 333 | 155 | 6 | 0 | 62 | 16 | 104 | 74 | 100 |
| Binary | 11001101 | 11011011 | 1101101 | 110 | 0 | 110010 | 1110 | 1000100 | 111100 | 1000000 |
Color Harmonies of #CDDB6D
Complementary color
Monochromatic Colors of #CDDB6D
Black with #CDDB6D
Text Example
Text Example
White with #CDDB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB6D; }
p { color: rgb(205,219,109); }
H1.HeaderClassName
{
color: #CDDB6D;
}
.AnyTagClassName
{
color: #CDDB6D;
}
</style>
background-color css
<style>
a { background-color: #CDDB6D; }
a { background-color: rgb(205,219,109); }
div.DivClassName
{
background-color: #CDDB6D;
}
.BgClassName
{
background-color: #CDDB6D;
}
</style>
border-color css
<style>
span { border-color: #CDDB6D; }
span { border-color: rgb(205,219,109); }
td.TdClassName
{
border-color: #CDDB6D;
}
.TagClassName
{
border-color: #CDDB6D;
}
</style>