Shades of Deco #CBD07B
Tints of Deco #CBD07B
RGB
CMYK
RGB Variations
Color information
#CBD07B (or 0xCBD07B) is known color: Deco. HEX triplet: CB, D0 and 7B. RGB value is (203,208,123). Sum of RGB (Red+Green+Blue) = 203+208+123=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD07B is #342F84. Grayscale: #C5C5C5. Windows color (decimal): -3420037 or 8114379. OLE color: 8114379.
HSL color Cylindrical-coordinate representation of color #CBD07B: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBD07B is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 123 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.18 |
| HSL | 63.53º | 0.47% | 0.65% | - |
| HSV(B) | 63.53º | 0.41% | 0.82% | - |
| XYZ | 50.76 | 59.24 | 27.5 | - |
| YUV | 196.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 123 | 0.02 | 0 | 0.41 | 0.18 | 63.53 | 0.47 | 0.65 |
| Hex | CB | D0 | 7B | 2 | 0 | 29 | 12 | 40 | 2F | 41 |
| Octal | 313 | 320 | 173 | 2 | 0 | 51 | 22 | 100 | 57 | 101 |
| Binary | 11001011 | 11010000 | 1111011 | 10 | 0 | 101001 | 10010 | 1000000 | 101111 | 1000001 |
Color Harmonies of #CBD07B
Complementary color
Monochromatic Colors of #CBD07B
Black with #CBD07B
Text Example
Text Example
White with #CBD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD07B; }
p { color: rgb(203,208,123); }
H1.HeaderClassName
{
color: #CBD07B;
}
.AnyTagClassName
{
color: #CBD07B;
}
</style>
background-color css
<style>
a { background-color: #CBD07B; }
a { background-color: rgb(203,208,123); }
div.DivClassName
{
background-color: #CBD07B;
}
.BgClassName
{
background-color: #CBD07B;
}
</style>
border-color css
<style>
span { border-color: #CBD07B; }
span { border-color: rgb(203,208,123); }
td.TdClassName
{
border-color: #CBD07B;
}
.TagClassName
{
border-color: #CBD07B;
}
</style>