Shades of Deco #CBDA93
Tints of Deco #CBDA93
RGB
CMYK
RGB Variations
Color information
#CBDA93 (or 0xCBDA93) is known color: Deco. HEX triplet: CB, DA and 93. RGB value is (203,218,147). Sum of RGB (Red+Green+Blue) = 203+218+147=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 218 (85.55% from 255 or 38.38% from 568); Blue value is 147 (57.81% from 255 or 25.88% from 568); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA93 is #34256C. Grayscale: #CDCDCD. Windows color (decimal): -3417453 or 9689803. OLE color: 9689803.
HSL color Cylindrical-coordinate representation of color #CBDA93: hue angle of 72.68º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBDA93 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 147 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.15 |
| HSL | 72.68º | 0.49% | 0.72% | - |
| HSV(B) | 72.68º | 0.33% | 0.85% | - |
| XYZ | 54.97 | 64.95 | 37.24 | - |
| YUV | 205.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 147 | 0.07 | 0 | 0.33 | 0.15 | 72.68 | 0.49 | 0.72 |
| Hex | CB | DA | 93 | 7 | 0 | 21 | F | 49 | 31 | 48 |
| Octal | 313 | 332 | 223 | 7 | 0 | 41 | 17 | 111 | 61 | 110 |
| Binary | 11001011 | 11011010 | 10010011 | 111 | 0 | 100001 | 1111 | 1001001 | 110001 | 1001000 |
Color Harmonies of #CBDA93
Complementary color
Monochromatic Colors of #CBDA93
Black with #CBDA93
Text Example
Text Example
White with #CBDA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA93; }
p { color: rgb(203,218,147); }
H1.HeaderClassName
{
color: #CBDA93;
}
.AnyTagClassName
{
color: #CBDA93;
}
</style>
background-color css
<style>
a { background-color: #CBDA93; }
a { background-color: rgb(203,218,147); }
div.DivClassName
{
background-color: #CBDA93;
}
.BgClassName
{
background-color: #CBDA93;
}
</style>
border-color css
<style>
span { border-color: #CBDA93; }
span { border-color: rgb(203,218,147); }
td.TdClassName
{
border-color: #CBDA93;
}
.TagClassName
{
border-color: #CBDA93;
}
</style>