Shades of Las Palmas #CBD344
Tints of Las Palmas #CBD344
RGB
CMYK
RGB Variations
Color information
#CBD344 (or 0xCBD344) is known color: Las Palmas. HEX triplet: CB, D3 and 44. RGB value is (203,211,68). Sum of RGB (Red+Green+Blue) = 203+211+68=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD344 is #342CBB. Grayscale: #C0C0C0. Windows color (decimal): -3419324 or 4510667. OLE color: 4510667.
HSL color Cylindrical-coordinate representation of color #CBD344: hue angle of 63.36º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBD344 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 68 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.17 |
| HSL | 63.36º | 0.62% | 0.55% | - |
| HSV(B) | 63.36º | 0.68% | 0.83% | - |
| XYZ | 48.97 | 59.7 | 14.41 | - |
| YUV | 192.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 68 | 0.04 | 0 | 0.68 | 0.17 | 63.36 | 0.62 | 0.55 |
| Hex | CB | D3 | 44 | 4 | 0 | 44 | 11 | 3F | 3E | 37 |
| Octal | 313 | 323 | 104 | 4 | 0 | 104 | 21 | 77 | 76 | 67 |
| Binary | 11001011 | 11010011 | 1000100 | 100 | 0 | 1000100 | 10001 | 111111 | 111110 | 110111 |
Color Harmonies of #CBD344
Complementary color
Monochromatic Colors of #CBD344
Black with #CBD344
Text Example
Text Example
White with #CBD344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD344; }
p { color: rgb(203,211,68); }
H1.HeaderClassName
{
color: #CBD344;
}
.AnyTagClassName
{
color: #CBD344;
}
</style>
background-color css
<style>
a { background-color: #CBD344; }
a { background-color: rgb(203,211,68); }
div.DivClassName
{
background-color: #CBD344;
}
.BgClassName
{
background-color: #CBD344;
}
</style>
border-color css
<style>
span { border-color: #CBD344; }
span { border-color: rgb(203,211,68); }
td.TdClassName
{
border-color: #CBD344;
}
.TagClassName
{
border-color: #CBD344;
}
</style>