Shades of Goldenrod #CCDC6B
Tints of Goldenrod #CCDC6B
RGB
CMYK
RGB Variations
Color information
#CCDC6B (or 0xCCDC6B) is known color: Goldenrod. HEX triplet: CC, DC and 6B. RGB value is (204,220,107). Sum of RGB (Red+Green+Blue) = 204+220+107=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC6B is #332394. Grayscale: #CACACA. Windows color (decimal): -3351445 or 7068876. OLE color: 7068876.
HSL color Cylindrical-coordinate representation of color #CCDC6B: hue angle of 68.5º degrees, saturation: 0.62, 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 #CCDC6B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 107 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.14 |
| HSL | 68.5º | 0.62% | 0.64% | - |
| HSV(B) | 68.5º | 0.51% | 0.86% | - |
| XYZ | 53.15 | 65.09 | 23.67 | - |
| YUV | 202.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 107 | 0.07 | 0 | 0.51 | 0.14 | 68.5 | 0.62 | 0.64 |
| Hex | CC | DC | 6B | 7 | 0 | 33 | E | 44 | 3E | 40 |
| Octal | 314 | 334 | 153 | 7 | 0 | 63 | 16 | 104 | 76 | 100 |
| Binary | 11001100 | 11011100 | 1101011 | 111 | 0 | 110011 | 1110 | 1000100 | 111110 | 1000000 |
Color Harmonies of #CCDC6B
Complementary color
Monochromatic Colors of #CCDC6B
Black with #CCDC6B
Text Example
Text Example
White with #CCDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC6B; }
p { color: rgb(204,220,107); }
H1.HeaderClassName
{
color: #CCDC6B;
}
.AnyTagClassName
{
color: #CCDC6B;
}
</style>
background-color css
<style>
a { background-color: #CCDC6B; }
a { background-color: rgb(204,220,107); }
div.DivClassName
{
background-color: #CCDC6B;
}
.BgClassName
{
background-color: #CCDC6B;
}
</style>
border-color css
<style>
span { border-color: #CCDC6B; }
span { border-color: rgb(204,220,107); }
td.TdClassName
{
border-color: #CCDC6B;
}
.TagClassName
{
border-color: #CCDC6B;
}
</style>