Shades of Goldenrod #CCDB6A
Tints of Goldenrod #CCDB6A
RGB
CMYK
RGB Variations
Color information
#CCDB6A (or 0xCCDB6A) is known color: Goldenrod. HEX triplet: CC, DB and 6A. RGB value is (204,219,106). Sum of RGB (Red+Green+Blue) = 204+219+106=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB6A is #332495. Grayscale: #CACACA. Windows color (decimal): -3351702 or 7003084. OLE color: 7003084.
HSL color Cylindrical-coordinate representation of color #CCDB6A: hue angle of 67.96º 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 #CCDB6A is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 106 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.14 |
| HSL | 67.96º | 0.61% | 0.64% | - |
| HSV(B) | 67.96º | 0.52% | 0.86% | - |
| XYZ | 52.83 | 64.54 | 23.31 | - |
| YUV | 201.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 106 | 0.07 | 0 | 0.52 | 0.14 | 67.96 | 0.61 | 0.64 |
| Hex | CC | DB | 6A | 7 | 0 | 34 | E | 44 | 3D | 40 |
| Octal | 314 | 333 | 152 | 7 | 0 | 64 | 16 | 104 | 75 | 100 |
| Binary | 11001100 | 11011011 | 1101010 | 111 | 0 | 110100 | 1110 | 1000100 | 111101 | 1000000 |
Color Harmonies of #CCDB6A
Complementary color
Monochromatic Colors of #CCDB6A
Black with #CCDB6A
Text Example
Text Example
White with #CCDB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB6A; }
p { color: rgb(204,219,106); }
H1.HeaderClassName
{
color: #CCDB6A;
}
.AnyTagClassName
{
color: #CCDB6A;
}
</style>
background-color css
<style>
a { background-color: #CCDB6A; }
a { background-color: rgb(204,219,106); }
div.DivClassName
{
background-color: #CCDB6A;
}
.BgClassName
{
background-color: #CCDB6A;
}
</style>
border-color css
<style>
span { border-color: #CCDB6A; }
span { border-color: rgb(204,219,106); }
td.TdClassName
{
border-color: #CCDB6A;
}
.TagClassName
{
border-color: #CCDB6A;
}
</style>