Shades of Deco #CBD07E
Tints of Deco #CBD07E
RGB
CMYK
RGB Variations
Color information
#CBD07E (or 0xCBD07E) is known color: Deco. HEX triplet: CB, D0 and 7E. RGB value is (203,208,126). Sum of RGB (Red+Green+Blue) = 203+208+126=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD07E is #342F81. Grayscale: #C5C5C5. Windows color (decimal): -3420034 or 8310987. OLE color: 8310987.
HSL color Cylindrical-coordinate representation of color #CBD07E: hue angle of 63.66º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBD07E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 126 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.18 |
| HSL | 63.66º | 0.47% | 0.65% | - |
| HSV(B) | 63.66º | 0.39% | 0.82% | - |
| XYZ | 50.95 | 59.31 | 28.5 | - |
| YUV | 197.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 126 | 0.02 | 0 | 0.39 | 0.18 | 63.66 | 0.47 | 0.65 |
| Hex | CB | D0 | 7E | 2 | 0 | 27 | 12 | 40 | 2F | 41 |
| Octal | 313 | 320 | 176 | 2 | 0 | 47 | 22 | 100 | 57 | 101 |
| Binary | 11001011 | 11010000 | 1111110 | 10 | 0 | 100111 | 10010 | 1000000 | 101111 | 1000001 |
Color Harmonies of #CBD07E
Complementary color
Monochromatic Colors of #CBD07E
Black with #CBD07E
Text Example
Text Example
White with #CBD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD07E; }
p { color: rgb(203,208,126); }
H1.HeaderClassName
{
color: #CBD07E;
}
.AnyTagClassName
{
color: #CBD07E;
}
</style>
background-color css
<style>
a { background-color: #CBD07E; }
a { background-color: rgb(203,208,126); }
div.DivClassName
{
background-color: #CBD07E;
}
.BgClassName
{
background-color: #CBD07E;
}
</style>
border-color css
<style>
span { border-color: #CBD07E; }
span { border-color: rgb(203,208,126); }
td.TdClassName
{
border-color: #CBD07E;
}
.TagClassName
{
border-color: #CBD07E;
}
</style>