Shades of Goldenrod #CDD06B
Tints of Goldenrod #CDD06B
RGB
CMYK
RGB Variations
Color information
#CDD06B (or 0xCDD06B) is known color: Goldenrod. HEX triplet: CD, D0 and 6B. RGB value is (205,208,107). Sum of RGB (Red+Green+Blue) = 205+208+107=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD06B is #322F94. Grayscale: #C3C3C3. Windows color (decimal): -3288981 or 7065805. OLE color: 7065805.
HSL color Cylindrical-coordinate representation of color #CDD06B: hue angle of 61.78º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDD06B is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 107 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.18 |
| HSL | 61.78º | 0.52% | 0.62% | - |
| HSV(B) | 61.78º | 0.49% | 0.82% | - |
| XYZ | 50.39 | 59.15 | 22.67 | - |
| YUV | 195.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 107 | 0.01 | 0 | 0.49 | 0.18 | 61.78 | 0.52 | 0.62 |
| Hex | CD | D0 | 6B | 1 | 0 | 31 | 12 | 3E | 34 | 3E |
| Octal | 315 | 320 | 153 | 1 | 0 | 61 | 22 | 76 | 64 | 76 |
| Binary | 11001101 | 11010000 | 1101011 | 1 | 0 | 110001 | 10010 | 111110 | 110100 | 111110 |
Color Harmonies of #CDD06B
Complementary color
Monochromatic Colors of #CDD06B
Black with #CDD06B
Text Example
Text Example
White with #CDD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD06B; }
p { color: rgb(205,208,107); }
H1.HeaderClassName
{
color: #CDD06B;
}
.AnyTagClassName
{
color: #CDD06B;
}
</style>
background-color css
<style>
a { background-color: #CDD06B; }
a { background-color: rgb(205,208,107); }
div.DivClassName
{
background-color: #CDD06B;
}
.BgClassName
{
background-color: #CDD06B;
}
</style>
border-color css
<style>
span { border-color: #CDD06B; }
span { border-color: rgb(205,208,107); }
td.TdClassName
{
border-color: #CDD06B;
}
.TagClassName
{
border-color: #CDD06B;
}
</style>