Shades of Goldenrod #CCDB68
Tints of Goldenrod #CCDB68
RGB
CMYK
RGB Variations
Color information
#CCDB68 (or 0xCCDB68) is known color: Goldenrod. HEX triplet: CC, DB and 68. RGB value is (204,219,104). Sum of RGB (Red+Green+Blue) = 204+219+104=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB68 is #332497. Grayscale: #C9C9C9. Windows color (decimal): -3351704 or 6872012. OLE color: 6872012.
HSL color Cylindrical-coordinate representation of color #CCDB68: hue angle of 67.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDB68 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 104 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.14 |
| HSL | 67.83º | 0.61% | 0.63% | - |
| HSV(B) | 67.83º | 0.53% | 0.86% | - |
| XYZ | 52.73 | 64.5 | 22.77 | - |
| YUV | 201.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 104 | 0.07 | 0 | 0.53 | 0.14 | 67.83 | 0.61 | 0.63 |
| Hex | CC | DB | 68 | 7 | 0 | 35 | E | 44 | 3D | 3F |
| Octal | 314 | 333 | 150 | 7 | 0 | 65 | 16 | 104 | 75 | 77 |
| Binary | 11001100 | 11011011 | 1101000 | 111 | 0 | 110101 | 1110 | 1000100 | 111101 | 111111 |
Color Harmonies of #CCDB68
Complementary color
Monochromatic Colors of #CCDB68
Black with #CCDB68
Text Example
Text Example
White with #CCDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB68; }
p { color: rgb(204,219,104); }
H1.HeaderClassName
{
color: #CCDB68;
}
.AnyTagClassName
{
color: #CCDB68;
}
</style>
background-color css
<style>
a { background-color: #CCDB68; }
a { background-color: rgb(204,219,104); }
div.DivClassName
{
background-color: #CCDB68;
}
.BgClassName
{
background-color: #CCDB68;
}
</style>
border-color css
<style>
span { border-color: #CCDB68; }
span { border-color: rgb(204,219,104); }
td.TdClassName
{
border-color: #CCDB68;
}
.TagClassName
{
border-color: #CCDB68;
}
</style>