Shades of Goldenrod #CDDB6B
Tints of Goldenrod #CDDB6B
RGB
CMYK
RGB Variations
Color information
#CDDB6B (or 0xCDDB6B) is known color: Goldenrod. HEX triplet: CD, DB and 6B. RGB value is (205,219,107). Sum of RGB (Red+Green+Blue) = 205+219+107=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB6B is #322494. Grayscale: #CACACA. Windows color (decimal): -3286165 or 7068621. OLE color: 7068621.
HSL color Cylindrical-coordinate representation of color #CDDB6B: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDDB6B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 107 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.14 |
| HSL | 67.5º | 0.61% | 0.64% | - |
| HSV(B) | 67.5º | 0.51% | 0.86% | - |
| XYZ | 53.16 | 64.7 | 23.6 | - |
| YUV | 202.05 | 74.36 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 107 | 0.06 | 0 | 0.51 | 0.14 | 67.5 | 0.61 | 0.64 |
| Hex | CD | DB | 6B | 6 | 0 | 33 | E | 44 | 3D | 40 |
| Octal | 315 | 333 | 153 | 6 | 0 | 63 | 16 | 104 | 75 | 100 |
| Binary | 11001101 | 11011011 | 1101011 | 110 | 0 | 110011 | 1110 | 1000100 | 111101 | 1000000 |
Color Harmonies of #CDDB6B
Complementary color
Monochromatic Colors of #CDDB6B
Black with #CDDB6B
Text Example
Text Example
White with #CDDB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB6B; }
p { color: rgb(205,219,107); }
H1.HeaderClassName
{
color: #CDDB6B;
}
.AnyTagClassName
{
color: #CDDB6B;
}
</style>
background-color css
<style>
a { background-color: #CDDB6B; }
a { background-color: rgb(205,219,107); }
div.DivClassName
{
background-color: #CDDB6B;
}
.BgClassName
{
background-color: #CDDB6B;
}
</style>
border-color css
<style>
span { border-color: #CDDB6B; }
span { border-color: rgb(205,219,107); }
td.TdClassName
{
border-color: #CDDB6B;
}
.TagClassName
{
border-color: #CDDB6B;
}
</style>