Shades of Deco #CBD574
Tints of Deco #CBD574
RGB
CMYK
RGB Variations
Color information
#CBD574 (or 0xCBD574) is known color: Deco. HEX triplet: CB, D5 and 74. RGB value is (203,213,116). Sum of RGB (Red+Green+Blue) = 203+213+116=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD574 is #342A8B. Grayscale: #C7C7C7. Windows color (decimal): -3418764 or 7656907. OLE color: 7656907.
HSL color Cylindrical-coordinate representation of color #CBD574: hue angle of 66.19º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBD574 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 116 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.16 |
| HSL | 66.19º | 0.54% | 0.65% | - |
| HSV(B) | 66.19º | 0.46% | 0.84% | - |
| XYZ | 51.58 | 61.55 | 25.68 | - |
| YUV | 198.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 116 | 0.05 | 0 | 0.46 | 0.16 | 66.19 | 0.54 | 0.65 |
| Hex | CB | D5 | 74 | 5 | 0 | 2E | 10 | 42 | 36 | 41 |
| Octal | 313 | 325 | 164 | 5 | 0 | 56 | 20 | 102 | 66 | 101 |
| Binary | 11001011 | 11010101 | 1110100 | 101 | 0 | 101110 | 10000 | 1000010 | 110110 | 1000001 |
Color Harmonies of #CBD574
Complementary color
Monochromatic Colors of #CBD574
Black with #CBD574
Text Example
Text Example
White with #CBD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD574; }
p { color: rgb(203,213,116); }
H1.HeaderClassName
{
color: #CBD574;
}
.AnyTagClassName
{
color: #CBD574;
}
</style>
background-color css
<style>
a { background-color: #CBD574; }
a { background-color: rgb(203,213,116); }
div.DivClassName
{
background-color: #CBD574;
}
.BgClassName
{
background-color: #CBD574;
}
</style>
border-color css
<style>
span { border-color: #CBD574; }
span { border-color: rgb(203,213,116); }
td.TdClassName
{
border-color: #CBD574;
}
.TagClassName
{
border-color: #CBD574;
}
</style>