Shades of Goldenrod #CCDB6F
Tints of Goldenrod #CCDB6F
RGB
CMYK
RGB Variations
Color information
#CCDB6F (or 0xCCDB6F) is known color: Goldenrod. HEX triplet: CC, DB and 6F. RGB value is (204,219,111). Sum of RGB (Red+Green+Blue) = 204+219+111=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB6F is #332490. Grayscale: #CACACA. Windows color (decimal): -3351697 or 7330764. OLE color: 7330764.
HSL color Cylindrical-coordinate representation of color #CCDB6F: hue angle of 68.33º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCDB6F is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 111 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.14 |
| HSL | 68.33º | 0.6% | 0.65% | - |
| HSV(B) | 68.33º | 0.49% | 0.86% | - |
| XYZ | 53.1 | 64.65 | 24.72 | - |
| YUV | 202.2 | 76.53 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 111 | 0.07 | 0 | 0.49 | 0.14 | 68.33 | 0.6 | 0.65 |
| Hex | CC | DB | 6F | 7 | 0 | 31 | E | 44 | 3C | 41 |
| Octal | 314 | 333 | 157 | 7 | 0 | 61 | 16 | 104 | 74 | 101 |
| Binary | 11001100 | 11011011 | 1101111 | 111 | 0 | 110001 | 1110 | 1000100 | 111100 | 1000001 |
Color Harmonies of #CCDB6F
Complementary color
Monochromatic Colors of #CCDB6F
Black with #CCDB6F
Text Example
Text Example
White with #CCDB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB6F; }
p { color: rgb(204,219,111); }
H1.HeaderClassName
{
color: #CCDB6F;
}
.AnyTagClassName
{
color: #CCDB6F;
}
</style>
background-color css
<style>
a { background-color: #CCDB6F; }
a { background-color: rgb(204,219,111); }
div.DivClassName
{
background-color: #CCDB6F;
}
.BgClassName
{
background-color: #CCDB6F;
}
</style>
border-color css
<style>
span { border-color: #CCDB6F; }
span { border-color: rgb(204,219,111); }
td.TdClassName
{
border-color: #CCDB6F;
}
.TagClassName
{
border-color: #CCDB6F;
}
</style>