Shades of Las Palmas #CBD544
Tints of Las Palmas #CBD544
RGB
CMYK
RGB Variations
Color information
#CBD544 (or 0xCBD544) is known color: Las Palmas. HEX triplet: CB, D5 and 44. RGB value is (203,213,68). Sum of RGB (Red+Green+Blue) = 203+213+68=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD544 is #342ABB. Grayscale: #C2C2C2. Windows color (decimal): -3418812 or 4511179. OLE color: 4511179.
HSL color Cylindrical-coordinate representation of color #CBD544: hue angle of 64.14º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBD544 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 68 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.16 |
| HSL | 64.14º | 0.63% | 0.55% | - |
| HSV(B) | 64.14º | 0.68% | 0.84% | - |
| XYZ | 49.47 | 60.7 | 14.58 | - |
| YUV | 193.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 68 | 0.05 | 0 | 0.68 | 0.16 | 64.14 | 0.63 | 0.55 |
| Hex | CB | D5 | 44 | 5 | 0 | 44 | 10 | 40 | 3F | 37 |
| Octal | 313 | 325 | 104 | 5 | 0 | 104 | 20 | 100 | 77 | 67 |
| Binary | 11001011 | 11010101 | 1000100 | 101 | 0 | 1000100 | 10000 | 1000000 | 111111 | 110111 |
Color Harmonies of #CBD544
Complementary color
Monochromatic Colors of #CBD544
Black with #CBD544
Text Example
Text Example
White with #CBD544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD544; }
p { color: rgb(203,213,68); }
H1.HeaderClassName
{
color: #CBD544;
}
.AnyTagClassName
{
color: #CBD544;
}
</style>
background-color css
<style>
a { background-color: #CBD544; }
a { background-color: rgb(203,213,68); }
div.DivClassName
{
background-color: #CBD544;
}
.BgClassName
{
background-color: #CBD544;
}
</style>
border-color css
<style>
span { border-color: #CBD544; }
span { border-color: rgb(203,213,68); }
td.TdClassName
{
border-color: #CBD544;
}
.TagClassName
{
border-color: #CBD544;
}
</style>