Shades of Deco #CCD87B
Tints of Deco #CCD87B
RGB
CMYK
RGB Variations
Color information
#CCD87B (or 0xCCD87B) is known color: Deco. HEX triplet: CC, D8 and 7B. RGB value is (204,216,123). Sum of RGB (Red+Green+Blue) = 204+216+123=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 123 (48.44% from 255 or 22.65% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD87B is #332784. Grayscale: #CACACA. Windows color (decimal): -3352453 or 8116428. OLE color: 8116428.
HSL color Cylindrical-coordinate representation of color #CCD87B: hue angle of 67.74º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCD87B is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 123 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.15 |
| HSL | 67.74º | 0.54% | 0.66% | - |
| HSV(B) | 67.74º | 0.43% | 0.85% | - |
| XYZ | 53.03 | 63.38 | 28.18 | - |
| YUV | 201.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 123 | 0.06 | 0 | 0.43 | 0.15 | 67.74 | 0.54 | 0.66 |
| Hex | CC | D8 | 7B | 6 | 0 | 2B | F | 44 | 36 | 42 |
| Octal | 314 | 330 | 173 | 6 | 0 | 53 | 17 | 104 | 66 | 102 |
| Binary | 11001100 | 11011000 | 1111011 | 110 | 0 | 101011 | 1111 | 1000100 | 110110 | 1000010 |
Color Harmonies of #CCD87B
Complementary color
Monochromatic Colors of #CCD87B
Black with #CCD87B
Text Example
Text Example
White with #CCD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD87B; }
p { color: rgb(204,216,123); }
H1.HeaderClassName
{
color: #CCD87B;
}
.AnyTagClassName
{
color: #CCD87B;
}
</style>
background-color css
<style>
a { background-color: #CCD87B; }
a { background-color: rgb(204,216,123); }
div.DivClassName
{
background-color: #CCD87B;
}
.BgClassName
{
background-color: #CCD87B;
}
</style>
border-color css
<style>
span { border-color: #CCD87B; }
span { border-color: rgb(204,216,123); }
td.TdClassName
{
border-color: #CCD87B;
}
.TagClassName
{
border-color: #CCD87B;
}
</style>