Shades of Goldenrod #CCDB69
Tints of Goldenrod #CCDB69
RGB
CMYK
RGB Variations
Color information
#CCDB69 (or 0xCCDB69) is known color: Goldenrod. HEX triplet: CC, DB and 69. RGB value is (204,219,105). Sum of RGB (Red+Green+Blue) = 204+219+105=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB69 is #332496. Grayscale: #C9C9C9. Windows color (decimal): -3351703 or 6937548. OLE color: 6937548.
HSL color Cylindrical-coordinate representation of color #CCDB69: hue angle of 67.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDB69 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 105 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.14 |
| HSL | 67.89º | 0.61% | 0.64% | - |
| HSV(B) | 67.89º | 0.52% | 0.86% | - |
| XYZ | 52.78 | 64.52 | 23.04 | - |
| YUV | 201.52 | 73.53 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 105 | 0.07 | 0 | 0.52 | 0.14 | 67.89 | 0.61 | 0.64 |
| Hex | CC | DB | 69 | 7 | 0 | 34 | E | 44 | 3D | 40 |
| Octal | 314 | 333 | 151 | 7 | 0 | 64 | 16 | 104 | 75 | 100 |
| Binary | 11001100 | 11011011 | 1101001 | 111 | 0 | 110100 | 1110 | 1000100 | 111101 | 1000000 |
Color Harmonies of #CCDB69
Complementary color
Monochromatic Colors of #CCDB69
Black with #CCDB69
Text Example
Text Example
White with #CCDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB69; }
p { color: rgb(204,219,105); }
H1.HeaderClassName
{
color: #CCDB69;
}
.AnyTagClassName
{
color: #CCDB69;
}
</style>
background-color css
<style>
a { background-color: #CCDB69; }
a { background-color: rgb(204,219,105); }
div.DivClassName
{
background-color: #CCDB69;
}
.BgClassName
{
background-color: #CCDB69;
}
</style>
border-color css
<style>
span { border-color: #CCDB69; }
span { border-color: rgb(204,219,105); }
td.TdClassName
{
border-color: #CCDB69;
}
.TagClassName
{
border-color: #CCDB69;
}
</style>