Shades of Deco #CBD57C
Tints of Deco #CBD57C
RGB
CMYK
RGB Variations
Color information
#CBD57C (or 0xCBD57C) is known color: Deco. HEX triplet: CB, D5 and 7C. RGB value is (203,213,124). Sum of RGB (Red+Green+Blue) = 203+213+124=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD57C is #342A83. Grayscale: #C8C8C8. Windows color (decimal): -3418756 or 8181195. OLE color: 8181195.
HSL color Cylindrical-coordinate representation of color #CBD57C: hue angle of 66.74º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBD57C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 124 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.16 |
| HSL | 66.74º | 0.51% | 0.66% | - |
| HSV(B) | 66.74º | 0.42% | 0.84% | - |
| XYZ | 52.06 | 61.74 | 28.24 | - |
| YUV | 199.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 124 | 0.05 | 0 | 0.42 | 0.16 | 66.74 | 0.51 | 0.66 |
| Hex | CB | D5 | 7C | 5 | 0 | 2A | 10 | 43 | 33 | 42 |
| Octal | 313 | 325 | 174 | 5 | 0 | 52 | 20 | 103 | 63 | 102 |
| Binary | 11001011 | 11010101 | 1111100 | 101 | 0 | 101010 | 10000 | 1000011 | 110011 | 1000010 |
Color Harmonies of #CBD57C
Complementary color
Monochromatic Colors of #CBD57C
Black with #CBD57C
Text Example
Text Example
White with #CBD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD57C; }
p { color: rgb(203,213,124); }
H1.HeaderClassName
{
color: #CBD57C;
}
.AnyTagClassName
{
color: #CBD57C;
}
</style>
background-color css
<style>
a { background-color: #CBD57C; }
a { background-color: rgb(203,213,124); }
div.DivClassName
{
background-color: #CBD57C;
}
.BgClassName
{
background-color: #CBD57C;
}
</style>
border-color css
<style>
span { border-color: #CBD57C; }
span { border-color: rgb(203,213,124); }
td.TdClassName
{
border-color: #CBD57C;
}
.TagClassName
{
border-color: #CBD57C;
}
</style>