Shades of Deco #CBD27E
Tints of Deco #CBD27E
RGB
CMYK
RGB Variations
Color information
#CBD27E (or 0xCBD27E) is known color: Deco. HEX triplet: CB, D2 and 7E. RGB value is (203,210,126). Sum of RGB (Red+Green+Blue) = 203+210+126=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 210 (82.42% from 255 or 38.96% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD27E is #342D81. Grayscale: #C6C6C6. Windows color (decimal): -3419522 or 8311499. OLE color: 8311499.
HSL color Cylindrical-coordinate representation of color #CBD27E: hue angle of 65º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBD27E is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 126 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.18 |
| HSL | 65º | 0.48% | 0.66% | - |
| HSV(B) | 65º | 0.4% | 0.82% | - |
| XYZ | 51.44 | 60.3 | 28.67 | - |
| YUV | 198.33 | 87.18 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 126 | 0.03 | 0 | 0.4 | 0.18 | 65 | 0.48 | 0.66 |
| Hex | CB | D2 | 7E | 3 | 0 | 28 | 12 | 41 | 30 | 42 |
| Octal | 313 | 322 | 176 | 3 | 0 | 50 | 22 | 101 | 60 | 102 |
| Binary | 11001011 | 11010010 | 1111110 | 11 | 0 | 101000 | 10010 | 1000001 | 110000 | 1000010 |
Color Harmonies of #CBD27E
Complementary color
Monochromatic Colors of #CBD27E
Black with #CBD27E
Text Example
Text Example
White with #CBD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD27E; }
p { color: rgb(203,210,126); }
H1.HeaderClassName
{
color: #CBD27E;
}
.AnyTagClassName
{
color: #CBD27E;
}
</style>
background-color css
<style>
a { background-color: #CBD27E; }
a { background-color: rgb(203,210,126); }
div.DivClassName
{
background-color: #CBD27E;
}
.BgClassName
{
background-color: #CBD27E;
}
</style>
border-color css
<style>
span { border-color: #CBD27E; }
span { border-color: rgb(203,210,126); }
td.TdClassName
{
border-color: #CBD27E;
}
.TagClassName
{
border-color: #CBD27E;
}
</style>