Shades of Deco #CBDB93
Tints of Deco #CBDB93
RGB
CMYK
RGB Variations
Color information
#CBDB93 (or 0xCBDB93) is known color: Deco. HEX triplet: CB, DB and 93. RGB value is (203,219,147). Sum of RGB (Red+Green+Blue) = 203+219+147=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB93 is #34246C. Grayscale: #CECECE. Windows color (decimal): -3417197 or 9690059. OLE color: 9690059.
HSL color Cylindrical-coordinate representation of color #CBDB93: hue angle of 73.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 #CBDB93 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 147 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.14 |
| HSL | 73.33º | 0.5% | 0.72% | - |
| HSV(B) | 73.33º | 0.33% | 0.86% | - |
| XYZ | 55.23 | 65.47 | 37.33 | - |
| YUV | 206.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 147 | 0.07 | 0 | 0.33 | 0.14 | 73.33 | 0.5 | 0.72 |
| Hex | CB | DB | 93 | 7 | 0 | 21 | E | 49 | 32 | 48 |
| Octal | 313 | 333 | 223 | 7 | 0 | 41 | 16 | 111 | 62 | 110 |
| Binary | 11001011 | 11011011 | 10010011 | 111 | 0 | 100001 | 1110 | 1001001 | 110010 | 1001000 |
Color Harmonies of #CBDB93
Complementary color
Monochromatic Colors of #CBDB93
Black with #CBDB93
Text Example
Text Example
White with #CBDB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB93; }
p { color: rgb(203,219,147); }
H1.HeaderClassName
{
color: #CBDB93;
}
.AnyTagClassName
{
color: #CBDB93;
}
</style>
background-color css
<style>
a { background-color: #CBDB93; }
a { background-color: rgb(203,219,147); }
div.DivClassName
{
background-color: #CBDB93;
}
.BgClassName
{
background-color: #CBDB93;
}
</style>
border-color css
<style>
span { border-color: #CBDB93; }
span { border-color: rgb(203,219,147); }
td.TdClassName
{
border-color: #CBDB93;
}
.TagClassName
{
border-color: #CBDB93;
}
</style>