Shades of Goldenrod #CDCC6C
Tints of Goldenrod #CDCC6C
RGB
CMYK
RGB Variations
Color information
#CDCC6C (or 0xCDCC6C) is known color: Goldenrod. HEX triplet: CD, CC and 6C. RGB value is (205,204,108). Sum of RGB (Red+Green+Blue) = 205+204+108=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCC6C is #323393. Grayscale: #C1C1C1. Windows color (decimal): -3290004 or 7130317. OLE color: 7130317.
HSL color Cylindrical-coordinate representation of color #CDCC6C: hue angle of 59.38º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDCC6C is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 204 | 108 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.20 |
| HSL | 59.38º | 0.49% | 0.61% | - |
| HSV(B) | 59.38º | 0.47% | 0.8% | - |
| XYZ | 49.48 | 57.25 | 22.63 | - |
| YUV | 193.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 108 | 0 | 0.00 | 0.47 | 0.20 | 59.38 | 0.49 | 0.61 |
| Hex | CD | CC | 6C | 0 | 0 | 2F | 14 | 3B | 31 | 3D |
| Octal | 315 | 314 | 154 | 0 | 0 | 57 | 24 | 73 | 61 | 75 |
| Binary | 11001101 | 11001100 | 1101100 | 0 | 0 | 101111 | 10100 | 111011 | 110001 | 111101 |
Color Harmonies of #CDCC6C
Complementary color
Monochromatic Colors of #CDCC6C
Black with #CDCC6C
Text Example
Text Example
White with #CDCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCC6C; }
p { color: rgb(205,204,108); }
H1.HeaderClassName
{
color: #CDCC6C;
}
.AnyTagClassName
{
color: #CDCC6C;
}
</style>
background-color css
<style>
a { background-color: #CDCC6C; }
a { background-color: rgb(205,204,108); }
div.DivClassName
{
background-color: #CDCC6C;
}
.BgClassName
{
background-color: #CDCC6C;
}
</style>
border-color css
<style>
span { border-color: #CDCC6C; }
span { border-color: rgb(205,204,108); }
td.TdClassName
{
border-color: #CDCC6C;
}
.TagClassName
{
border-color: #CDCC6C;
}
</style>