Shades of Deco #CCDB92
Tints of Deco #CCDB92
RGB
CMYK
RGB Variations
Color information
#CCDB92 (or 0xCCDB92) is known color: Deco. HEX triplet: CC, DB and 92. RGB value is (204,219,146). Sum of RGB (Red+Green+Blue) = 204+219+146=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDB92 is #33246D. Grayscale: #CECECE. Windows color (decimal): -3351662 or 9624524. OLE color: 9624524.
HSL color Cylindrical-coordinate representation of color #CCDB92: hue angle of 72.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCDB92 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 146 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.14 |
| HSL | 72.33º | 0.5% | 0.72% | - |
| HSV(B) | 72.33º | 0.33% | 0.86% | - |
| XYZ | 55.42 | 65.58 | 36.93 | - |
| YUV | 206.19 | 94.03 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 146 | 0.07 | 0 | 0.33 | 0.14 | 72.33 | 0.5 | 0.72 |
| Hex | CC | DB | 92 | 7 | 0 | 21 | E | 48 | 32 | 48 |
| Octal | 314 | 333 | 222 | 7 | 0 | 41 | 16 | 110 | 62 | 110 |
| Binary | 11001100 | 11011011 | 10010010 | 111 | 0 | 100001 | 1110 | 1001000 | 110010 | 1001000 |
Color Harmonies of #CCDB92
Complementary color
Monochromatic Colors of #CCDB92
Black with #CCDB92
Text Example
Text Example
White with #CCDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB92; }
p { color: rgb(204,219,146); }
H1.HeaderClassName
{
color: #CCDB92;
}
.AnyTagClassName
{
color: #CCDB92;
}
</style>
background-color css
<style>
a { background-color: #CCDB92; }
a { background-color: rgb(204,219,146); }
div.DivClassName
{
background-color: #CCDB92;
}
.BgClassName
{
background-color: #CCDB92;
}
</style>
border-color css
<style>
span { border-color: #CCDB92; }
span { border-color: rgb(204,219,146); }
td.TdClassName
{
border-color: #CCDB92;
}
.TagClassName
{
border-color: #CCDB92;
}
</style>