Shades of Deco #CBD679
Tints of Deco #CBD679
RGB
CMYK
RGB Variations
Color information
#CBD679 (or 0xCBD679) is known color: Deco. HEX triplet: CB, D6 and 79. RGB value is (203,214,121). Sum of RGB (Red+Green+Blue) = 203+214+121=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD679 is #342986. Grayscale: #C8C8C8. Windows color (decimal): -3418503 or 7984843. OLE color: 7984843.
HSL color Cylindrical-coordinate representation of color #CBD679: hue angle of 67.1º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBD679 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 121 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.16 |
| HSL | 67.1º | 0.53% | 0.66% | - |
| HSV(B) | 67.1º | 0.43% | 0.84% | - |
| XYZ | 52.13 | 62.17 | 27.34 | - |
| YUV | 200.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 121 | 0.05 | 0 | 0.43 | 0.16 | 67.1 | 0.53 | 0.66 |
| Hex | CB | D6 | 79 | 5 | 0 | 2B | 10 | 43 | 35 | 42 |
| Octal | 313 | 326 | 171 | 5 | 0 | 53 | 20 | 103 | 65 | 102 |
| Binary | 11001011 | 11010110 | 1111001 | 101 | 0 | 101011 | 10000 | 1000011 | 110101 | 1000010 |
Color Harmonies of #CBD679
Complementary color
Monochromatic Colors of #CBD679
Black with #CBD679
Text Example
Text Example
White with #CBD679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD679; }
p { color: rgb(203,214,121); }
H1.HeaderClassName
{
color: #CBD679;
}
.AnyTagClassName
{
color: #CBD679;
}
</style>
background-color css
<style>
a { background-color: #CBD679; }
a { background-color: rgb(203,214,121); }
div.DivClassName
{
background-color: #CBD679;
}
.BgClassName
{
background-color: #CBD679;
}
</style>
border-color css
<style>
span { border-color: #CBD679; }
span { border-color: rgb(203,214,121); }
td.TdClassName
{
border-color: #CBD679;
}
.TagClassName
{
border-color: #CBD679;
}
</style>