Shades of Deco #CBD271
Tints of Deco #CBD271
RGB
CMYK
RGB Variations
Color information
#CBD271 (or 0xCBD271) is known color: Deco. HEX triplet: CB, D2 and 71. RGB value is (203,210,113). Sum of RGB (Red+Green+Blue) = 203+210+113=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 113 (44.53% from 255 or 21.48% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD271 is #342D8E. Grayscale: #C5C5C5. Windows color (decimal): -3419535 or 7459531. OLE color: 7459531.
HSL color Cylindrical-coordinate representation of color #CBD271: hue angle of 64.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD271 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 113 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.18 |
| HSL | 64.33º | 0.52% | 0.63% | - |
| HSV(B) | 64.33º | 0.46% | 0.82% | - |
| XYZ | 50.66 | 59.98 | 24.53 | - |
| YUV | 196.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 113 | 0.03 | 0 | 0.46 | 0.18 | 64.33 | 0.52 | 0.63 |
| Hex | CB | D2 | 71 | 3 | 0 | 2E | 12 | 40 | 34 | 3F |
| Octal | 313 | 322 | 161 | 3 | 0 | 56 | 22 | 100 | 64 | 77 |
| Binary | 11001011 | 11010010 | 1110001 | 11 | 0 | 101110 | 10010 | 1000000 | 110100 | 111111 |
Color Harmonies of #CBD271
Complementary color
Monochromatic Colors of #CBD271
Black with #CBD271
Text Example
Text Example
White with #CBD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD271; }
p { color: rgb(203,210,113); }
H1.HeaderClassName
{
color: #CBD271;
}
.AnyTagClassName
{
color: #CBD271;
}
</style>
background-color css
<style>
a { background-color: #CBD271; }
a { background-color: rgb(203,210,113); }
div.DivClassName
{
background-color: #CBD271;
}
.BgClassName
{
background-color: #CBD271;
}
</style>
border-color css
<style>
span { border-color: #CBD271; }
span { border-color: rgb(203,210,113); }
td.TdClassName
{
border-color: #CBD271;
}
.TagClassName
{
border-color: #CBD271;
}
</style>