Shades of Deco #CBD274
Tints of Deco #CBD274
RGB
CMYK
RGB Variations
Color information
#CBD274 (or 0xCBD274) is known color: Deco. HEX triplet: CB, D2 and 74. RGB value is (203,210,116). Sum of RGB (Red+Green+Blue) = 203+210+116=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 210 (82.42% from 255 or 39.70% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD274 is #342D8B. Grayscale: #C5C5C5. Windows color (decimal): -3419532 or 7656139. OLE color: 7656139.
HSL color Cylindrical-coordinate representation of color #CBD274: hue angle of 64.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBD274 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 116 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.18 |
| HSL | 64.47º | 0.51% | 0.64% | - |
| HSV(B) | 64.47º | 0.45% | 0.82% | - |
| XYZ | 50.83 | 60.05 | 25.44 | - |
| YUV | 197.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 116 | 0.03 | 0 | 0.45 | 0.18 | 64.47 | 0.51 | 0.64 |
| Hex | CB | D2 | 74 | 3 | 0 | 2D | 12 | 40 | 33 | 40 |
| Octal | 313 | 322 | 164 | 3 | 0 | 55 | 22 | 100 | 63 | 100 |
| Binary | 11001011 | 11010010 | 1110100 | 11 | 0 | 101101 | 10010 | 1000000 | 110011 | 1000000 |
Color Harmonies of #CBD274
Complementary color
Monochromatic Colors of #CBD274
Black with #CBD274
Text Example
Text Example
White with #CBD274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD274; }
p { color: rgb(203,210,116); }
H1.HeaderClassName
{
color: #CBD274;
}
.AnyTagClassName
{
color: #CBD274;
}
</style>
background-color css
<style>
a { background-color: #CBD274; }
a { background-color: rgb(203,210,116); }
div.DivClassName
{
background-color: #CBD274;
}
.BgClassName
{
background-color: #CBD274;
}
</style>
border-color css
<style>
span { border-color: #CBD274; }
span { border-color: rgb(203,210,116); }
td.TdClassName
{
border-color: #CBD274;
}
.TagClassName
{
border-color: #CBD274;
}
</style>