Shades of Deco #CBD270
Tints of Deco #CBD270
RGB
CMYK
RGB Variations
Color information
#CBD270 (or 0xCBD270) is known color: Deco. HEX triplet: CB, D2 and 70. RGB value is (203,210,112). Sum of RGB (Red+Green+Blue) = 203+210+112=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD270 is #342D8F. Grayscale: #C5C5C5. Windows color (decimal): -3419536 or 7393995. OLE color: 7393995.
HSL color Cylindrical-coordinate representation of color #CBD270: hue angle of 64.29º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBD270 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 112 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.18 |
| HSL | 64.29º | 0.52% | 0.63% | - |
| HSV(B) | 64.29º | 0.47% | 0.82% | - |
| XYZ | 50.6 | 59.96 | 24.24 | - |
| YUV | 196.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 112 | 0.03 | 0 | 0.47 | 0.18 | 64.29 | 0.52 | 0.63 |
| Hex | CB | D2 | 70 | 3 | 0 | 2F | 12 | 40 | 34 | 3F |
| Octal | 313 | 322 | 160 | 3 | 0 | 57 | 22 | 100 | 64 | 77 |
| Binary | 11001011 | 11010010 | 1110000 | 11 | 0 | 101111 | 10010 | 1000000 | 110100 | 111111 |
Color Harmonies of #CBD270
Complementary color
Monochromatic Colors of #CBD270
Black with #CBD270
Text Example
Text Example
White with #CBD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD270; }
p { color: rgb(203,210,112); }
H1.HeaderClassName
{
color: #CBD270;
}
.AnyTagClassName
{
color: #CBD270;
}
</style>
background-color css
<style>
a { background-color: #CBD270; }
a { background-color: rgb(203,210,112); }
div.DivClassName
{
background-color: #CBD270;
}
.BgClassName
{
background-color: #CBD270;
}
</style>
border-color css
<style>
span { border-color: #CBD270; }
span { border-color: rgb(203,210,112); }
td.TdClassName
{
border-color: #CBD270;
}
.TagClassName
{
border-color: #CBD270;
}
</style>