Shades of Goldenrod #CDD568
Tints of Goldenrod #CDD568
RGB
CMYK
RGB Variations
Color information
#CDD568 (or 0xCDD568) is known color: Goldenrod. HEX triplet: CD, D5 and 68. RGB value is (205,213,104). Sum of RGB (Red+Green+Blue) = 205+213+104=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD568 is #322A97. Grayscale: #C6C6C6. Windows color (decimal): -3287704 or 6870477. OLE color: 6870477.
HSL color Cylindrical-coordinate representation of color #CDD568: hue angle of 64.4º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDD568 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 104 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.16 |
| HSL | 64.4º | 0.56% | 0.62% | - |
| HSV(B) | 64.4º | 0.51% | 0.84% | - |
| XYZ | 51.47 | 61.57 | 22.27 | - |
| YUV | 198.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 104 | 0.04 | 0 | 0.51 | 0.16 | 64.4 | 0.56 | 0.62 |
| Hex | CD | D5 | 68 | 4 | 0 | 33 | 10 | 40 | 38 | 3E |
| Octal | 315 | 325 | 150 | 4 | 0 | 63 | 20 | 100 | 70 | 76 |
| Binary | 11001101 | 11010101 | 1101000 | 100 | 0 | 110011 | 10000 | 1000000 | 111000 | 111110 |
Color Harmonies of #CDD568
Complementary color
Monochromatic Colors of #CDD568
Black with #CDD568
Text Example
Text Example
White with #CDD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD568; }
p { color: rgb(205,213,104); }
H1.HeaderClassName
{
color: #CDD568;
}
.AnyTagClassName
{
color: #CDD568;
}
</style>
background-color css
<style>
a { background-color: #CDD568; }
a { background-color: rgb(205,213,104); }
div.DivClassName
{
background-color: #CDD568;
}
.BgClassName
{
background-color: #CDD568;
}
</style>
border-color css
<style>
span { border-color: #CDD568; }
span { border-color: rgb(205,213,104); }
td.TdClassName
{
border-color: #CDD568;
}
.TagClassName
{
border-color: #CDD568;
}
</style>