Shades of Deco #CBD57E
Tints of Deco #CBD57E
RGB
CMYK
RGB Variations
Color information
#CBD57E (or 0xCBD57E) is known color: Deco. HEX triplet: CB, D5 and 7E. RGB value is (203,213,126). Sum of RGB (Red+Green+Blue) = 203+213+126=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD57E is #342A81. Grayscale: #C8C8C8. Windows color (decimal): -3418754 or 8312267. OLE color: 8312267.
HSL color Cylindrical-coordinate representation of color #CBD57E: hue angle of 66.9º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBD57E is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 126 | - |
| CMYK | 0.05 | 0 | 0.41 | 0.16 |
| HSL | 66.9º | 0.51% | 0.66% | - |
| HSV(B) | 66.9º | 0.41% | 0.84% | - |
| XYZ | 52.19 | 61.79 | 28.91 | - |
| YUV | 200.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 126 | 0.05 | 0 | 0.41 | 0.16 | 66.9 | 0.51 | 0.66 |
| Hex | CB | D5 | 7E | 5 | 0 | 29 | 10 | 43 | 33 | 42 |
| Octal | 313 | 325 | 176 | 5 | 0 | 51 | 20 | 103 | 63 | 102 |
| Binary | 11001011 | 11010101 | 1111110 | 101 | 0 | 101001 | 10000 | 1000011 | 110011 | 1000010 |
Color Harmonies of #CBD57E
Complementary color
Monochromatic Colors of #CBD57E
Black with #CBD57E
Text Example
Text Example
White with #CBD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD57E; }
p { color: rgb(203,213,126); }
H1.HeaderClassName
{
color: #CBD57E;
}
.AnyTagClassName
{
color: #CBD57E;
}
</style>
background-color css
<style>
a { background-color: #CBD57E; }
a { background-color: rgb(203,213,126); }
div.DivClassName
{
background-color: #CBD57E;
}
.BgClassName
{
background-color: #CBD57E;
}
</style>
border-color css
<style>
span { border-color: #CBD57E; }
span { border-color: rgb(203,213,126); }
td.TdClassName
{
border-color: #CBD57E;
}
.TagClassName
{
border-color: #CBD57E;
}
</style>