Shades of Goldenrod #CCDB6C
Tints of Goldenrod #CCDB6C
RGB
CMYK
RGB Variations
Color information
#CCDB6C (or 0xCCDB6C) is known color: Goldenrod. HEX triplet: CC, DB and 6C. RGB value is (204,219,108). Sum of RGB (Red+Green+Blue) = 204+219+108=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB6C is #332493. Grayscale: #CACACA. Windows color (decimal): -3351700 or 7134156. OLE color: 7134156.
HSL color Cylindrical-coordinate representation of color #CCDB6C: hue angle of 68.11º degrees, saturation: 0.61, 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 #CCDB6C is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 108 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.14 |
| HSL | 68.11º | 0.61% | 0.64% | - |
| HSV(B) | 68.11º | 0.51% | 0.86% | - |
| XYZ | 52.94 | 64.58 | 23.86 | - |
| YUV | 201.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 108 | 0.07 | 0 | 0.51 | 0.14 | 68.11 | 0.61 | 0.64 |
| Hex | CC | DB | 6C | 7 | 0 | 33 | E | 44 | 3D | 40 |
| Octal | 314 | 333 | 154 | 7 | 0 | 63 | 16 | 104 | 75 | 100 |
| Binary | 11001100 | 11011011 | 1101100 | 111 | 0 | 110011 | 1110 | 1000100 | 111101 | 1000000 |
Color Harmonies of #CCDB6C
Complementary color
Monochromatic Colors of #CCDB6C
Black with #CCDB6C
Text Example
Text Example
White with #CCDB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB6C; }
p { color: rgb(204,219,108); }
H1.HeaderClassName
{
color: #CCDB6C;
}
.AnyTagClassName
{
color: #CCDB6C;
}
</style>
background-color css
<style>
a { background-color: #CCDB6C; }
a { background-color: rgb(204,219,108); }
div.DivClassName
{
background-color: #CCDB6C;
}
.BgClassName
{
background-color: #CCDB6C;
}
</style>
border-color css
<style>
span { border-color: #CCDB6C; }
span { border-color: rgb(204,219,108); }
td.TdClassName
{
border-color: #CCDB6C;
}
.TagClassName
{
border-color: #CCDB6C;
}
</style>