Shades of Deco #CCDB7B
Tints of Deco #CCDB7B
RGB
CMYK
RGB Variations
Color information
#CCDB7B (or 0xCCDB7B) is known color: Deco. HEX triplet: CC, DB and 7B. RGB value is (204,219,123). Sum of RGB (Red+Green+Blue) = 204+219+123=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB7B is #332484. Grayscale: #CBCBCB. Windows color (decimal): -3351685 or 8117196. OLE color: 8117196.
HSL color Cylindrical-coordinate representation of color #CCDB7B: hue angle of 69.38º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCDB7B is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 123 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.14 |
| HSL | 69.38º | 0.57% | 0.67% | - |
| HSV(B) | 69.38º | 0.44% | 0.86% | - |
| XYZ | 53.81 | 64.93 | 28.44 | - |
| YUV | 203.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 123 | 0.07 | 0 | 0.44 | 0.14 | 69.38 | 0.57 | 0.67 |
| Hex | CC | DB | 7B | 7 | 0 | 2C | E | 45 | 39 | 43 |
| Octal | 314 | 333 | 173 | 7 | 0 | 54 | 16 | 105 | 71 | 103 |
| Binary | 11001100 | 11011011 | 1111011 | 111 | 0 | 101100 | 1110 | 1000101 | 111001 | 1000011 |
Color Harmonies of #CCDB7B
Complementary color
Monochromatic Colors of #CCDB7B
Black with #CCDB7B
Text Example
Text Example
White with #CCDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB7B; }
p { color: rgb(204,219,123); }
H1.HeaderClassName
{
color: #CCDB7B;
}
.AnyTagClassName
{
color: #CCDB7B;
}
</style>
background-color css
<style>
a { background-color: #CCDB7B; }
a { background-color: rgb(204,219,123); }
div.DivClassName
{
background-color: #CCDB7B;
}
.BgClassName
{
background-color: #CCDB7B;
}
</style>
border-color css
<style>
span { border-color: #CCDB7B; }
span { border-color: rgb(204,219,123); }
td.TdClassName
{
border-color: #CCDB7B;
}
.TagClassName
{
border-color: #CCDB7B;
}
</style>