Shades of Deco #CBD47B
Tints of Deco #CBD47B
RGB
CMYK
RGB Variations
Color information
#CBD47B (or 0xCBD47B) is known color: Deco. HEX triplet: CB, D4 and 7B. RGB value is (203,212,123). Sum of RGB (Red+Green+Blue) = 203+212+123=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD47B is #342B84. Grayscale: #C7C7C7. Windows color (decimal): -3419013 or 8115403. OLE color: 8115403.
HSL color Cylindrical-coordinate representation of color #CBD47B: hue angle of 66.07º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBD47B is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 123 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.17 |
| HSL | 66.07º | 0.51% | 0.66% | - |
| HSV(B) | 66.07º | 0.42% | 0.83% | - |
| XYZ | 51.75 | 61.21 | 27.83 | - |
| YUV | 199.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 123 | 0.04 | 0 | 0.42 | 0.17 | 66.07 | 0.51 | 0.66 |
| Hex | CB | D4 | 7B | 4 | 0 | 2A | 11 | 42 | 33 | 42 |
| Octal | 313 | 324 | 173 | 4 | 0 | 52 | 21 | 102 | 63 | 102 |
| Binary | 11001011 | 11010100 | 1111011 | 100 | 0 | 101010 | 10001 | 1000010 | 110011 | 1000010 |
Color Harmonies of #CBD47B
Complementary color
Monochromatic Colors of #CBD47B
Black with #CBD47B
Text Example
Text Example
White with #CBD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD47B; }
p { color: rgb(203,212,123); }
H1.HeaderClassName
{
color: #CBD47B;
}
.AnyTagClassName
{
color: #CBD47B;
}
</style>
background-color css
<style>
a { background-color: #CBD47B; }
a { background-color: rgb(203,212,123); }
div.DivClassName
{
background-color: #CBD47B;
}
.BgClassName
{
background-color: #CBD47B;
}
</style>
border-color css
<style>
span { border-color: #CBD47B; }
span { border-color: rgb(203,212,123); }
td.TdClassName
{
border-color: #CBD47B;
}
.TagClassName
{
border-color: #CBD47B;
}
</style>