Shades of Deco #CCD48B
Tints of Deco #CCD48B
RGB
CMYK
RGB Variations
Color information
#CCD48B (or 0xCCD48B) is known color: Deco. HEX triplet: CC, D4 and 8B. RGB value is (204,212,139). Sum of RGB (Red+Green+Blue) = 204+212+139=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD48B is #332B74. Grayscale: #C9C9C9. Windows color (decimal): -3353461 or 9163980. OLE color: 9163980.
HSL color Cylindrical-coordinate representation of color #CCD48B: hue angle of 66.58º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCD48B is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 139 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.17 |
| HSL | 66.58º | 0.46% | 0.69% | - |
| HSV(B) | 66.58º | 0.34% | 0.83% | - |
| XYZ | 53.11 | 61.79 | 33.55 | - |
| YUV | 201.29 | 92.85 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 139 | 0.04 | 0 | 0.34 | 0.17 | 66.58 | 0.46 | 0.69 |
| Hex | CC | D4 | 8B | 4 | 0 | 22 | 11 | 43 | 2E | 45 |
| Octal | 314 | 324 | 213 | 4 | 0 | 42 | 21 | 103 | 56 | 105 |
| Binary | 11001100 | 11010100 | 10001011 | 100 | 0 | 100010 | 10001 | 1000011 | 101110 | 1000101 |
Color Harmonies of #CCD48B
Complementary color
Monochromatic Colors of #CCD48B
Black with #CCD48B
Text Example
Text Example
White with #CCD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD48B; }
p { color: rgb(204,212,139); }
H1.HeaderClassName
{
color: #CCD48B;
}
.AnyTagClassName
{
color: #CCD48B;
}
</style>
background-color css
<style>
a { background-color: #CCD48B; }
a { background-color: rgb(204,212,139); }
div.DivClassName
{
background-color: #CCD48B;
}
.BgClassName
{
background-color: #CCD48B;
}
</style>
border-color css
<style>
span { border-color: #CCD48B; }
span { border-color: rgb(204,212,139); }
td.TdClassName
{
border-color: #CCD48B;
}
.TagClassName
{
border-color: #CCD48B;
}
</style>