Shades of Deco #CBDC7D
Tints of Deco #CBDC7D
RGB
CMYK
RGB Variations
Color information
#CBDC7D (or 0xCBDC7D) is known color: Deco. HEX triplet: CB, DC and 7D. RGB value is (203,220,125). Sum of RGB (Red+Green+Blue) = 203+220+125=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC7D is #342382. Grayscale: #CCCCCC. Windows color (decimal): -3416963 or 8248523. OLE color: 8248523.
HSL color Cylindrical-coordinate representation of color #CBDC7D: hue angle of 70.74º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBDC7D is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 125 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.14 |
| HSL | 70.74º | 0.58% | 0.68% | - |
| HSV(B) | 70.74º | 0.43% | 0.86% | - |
| XYZ | 53.92 | 65.36 | 29.18 | - |
| YUV | 204.09 | 83.37 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 125 | 0.08 | 0 | 0.43 | 0.14 | 70.74 | 0.58 | 0.68 |
| Hex | CB | DC | 7D | 8 | 0 | 2B | E | 47 | 3A | 44 |
| Octal | 313 | 334 | 175 | 10 | 0 | 53 | 16 | 107 | 72 | 104 |
| Binary | 11001011 | 11011100 | 1111101 | 1000 | 0 | 101011 | 1110 | 1000111 | 111010 | 1000100 |
Color Harmonies of #CBDC7D
Complementary color
Monochromatic Colors of #CBDC7D
Black with #CBDC7D
Text Example
Text Example
White with #CBDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC7D; }
p { color: rgb(203,220,125); }
H1.HeaderClassName
{
color: #CBDC7D;
}
.AnyTagClassName
{
color: #CBDC7D;
}
</style>
background-color css
<style>
a { background-color: #CBDC7D; }
a { background-color: rgb(203,220,125); }
div.DivClassName
{
background-color: #CBDC7D;
}
.BgClassName
{
background-color: #CBDC7D;
}
</style>
border-color css
<style>
span { border-color: #CBDC7D; }
span { border-color: rgb(203,220,125); }
td.TdClassName
{
border-color: #CBDC7D;
}
.TagClassName
{
border-color: #CBDC7D;
}
</style>