Shades of Goldenrod #CDD667
Tints of Goldenrod #CDD667
RGB
CMYK
RGB Variations
Color information
#CDD667 (or 0xCDD667) is known color: Goldenrod. HEX triplet: CD, D6 and 67. RGB value is (205,214,103). Sum of RGB (Red+Green+Blue) = 205+214+103=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD667 is #322998. Grayscale: #C7C7C7. Windows color (decimal): -3287449 or 6805197. OLE color: 6805197.
HSL color Cylindrical-coordinate representation of color #CDD667: hue angle of 64.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD667 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 103 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.16 |
| HSL | 64.86º | 0.58% | 0.62% | - |
| HSV(B) | 64.86º | 0.52% | 0.84% | - |
| XYZ | 51.67 | 62.05 | 22.09 | - |
| YUV | 198.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 103 | 0.04 | 0 | 0.52 | 0.16 | 64.86 | 0.58 | 0.62 |
| Hex | CD | D6 | 67 | 4 | 0 | 34 | 10 | 41 | 3A | 3E |
| Octal | 315 | 326 | 147 | 4 | 0 | 64 | 20 | 101 | 72 | 76 |
| Binary | 11001101 | 11010110 | 1100111 | 100 | 0 | 110100 | 10000 | 1000001 | 111010 | 111110 |
Color Harmonies of #CDD667
Complementary color
Monochromatic Colors of #CDD667
Black with #CDD667
Text Example
Text Example
White with #CDD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD667; }
p { color: rgb(205,214,103); }
H1.HeaderClassName
{
color: #CDD667;
}
.AnyTagClassName
{
color: #CDD667;
}
</style>
background-color css
<style>
a { background-color: #CDD667; }
a { background-color: rgb(205,214,103); }
div.DivClassName
{
background-color: #CDD667;
}
.BgClassName
{
background-color: #CDD667;
}
</style>
border-color css
<style>
span { border-color: #CDD667; }
span { border-color: rgb(205,214,103); }
td.TdClassName
{
border-color: #CDD667;
}
.TagClassName
{
border-color: #CDD667;
}
</style>