Shades of Deco #CCD17B
Tints of Deco #CCD17B
RGB
CMYK
RGB Variations
Color information
#CCD17B (or 0xCCD17B) is known color: Deco. HEX triplet: CC, D1 and 7B. RGB value is (204,209,123). Sum of RGB (Red+Green+Blue) = 204+209+123=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD17B is #332E84. Grayscale: #C6C6C6. Windows color (decimal): -3354245 or 8114636. OLE color: 8114636.
HSL color Cylindrical-coordinate representation of color #CCD17B: hue angle of 63.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCD17B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 123 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.18 |
| HSL | 63.49º | 0.48% | 0.65% | - |
| HSV(B) | 63.49º | 0.41% | 0.82% | - |
| XYZ | 51.28 | 59.87 | 27.59 | - |
| YUV | 197.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 123 | 0.02 | 0 | 0.41 | 0.18 | 63.49 | 0.48 | 0.65 |
| Hex | CC | D1 | 7B | 2 | 0 | 29 | 12 | 3F | 30 | 41 |
| Octal | 314 | 321 | 173 | 2 | 0 | 51 | 22 | 77 | 60 | 101 |
| Binary | 11001100 | 11010001 | 1111011 | 10 | 0 | 101001 | 10010 | 111111 | 110000 | 1000001 |
Color Harmonies of #CCD17B
Complementary color
Monochromatic Colors of #CCD17B
Black with #CCD17B
Text Example
Text Example
White with #CCD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD17B; }
p { color: rgb(204,209,123); }
H1.HeaderClassName
{
color: #CCD17B;
}
.AnyTagClassName
{
color: #CCD17B;
}
</style>
background-color css
<style>
a { background-color: #CCD17B; }
a { background-color: rgb(204,209,123); }
div.DivClassName
{
background-color: #CCD17B;
}
.BgClassName
{
background-color: #CCD17B;
}
</style>
border-color css
<style>
span { border-color: #CCD17B; }
span { border-color: rgb(204,209,123); }
td.TdClassName
{
border-color: #CCD17B;
}
.TagClassName
{
border-color: #CCD17B;
}
</style>