Shades of Las Palmas #CBD337
Tints of Las Palmas #CBD337
RGB
CMYK
RGB Variations
Color information
#CBD337 (or 0xCBD337) is known color: Las Palmas. HEX triplet: CB, D3 and 37. RGB value is (203,211,55). Sum of RGB (Red+Green+Blue) = 203+211+55=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 211 (82.81% from 255 or 44.99% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD337 is #342CC8. Grayscale: #BFBFBF. Windows color (decimal): -3419337 or 3658699. OLE color: 3658699.
HSL color Cylindrical-coordinate representation of color #CBD337: hue angle of 63.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBD337 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 55 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.17 |
| HSL | 63.08º | 0.64% | 0.52% | - |
| HSV(B) | 63.08º | 0.74% | 0.83% | - |
| XYZ | 48.61 | 59.56 | 12.55 | - |
| YUV | 190.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 55 | 0.04 | 0 | 0.74 | 0.17 | 63.08 | 0.64 | 0.52 |
| Hex | CB | D3 | 37 | 4 | 0 | 4A | 11 | 3F | 40 | 34 |
| Octal | 313 | 323 | 67 | 4 | 0 | 112 | 21 | 77 | 100 | 64 |
| Binary | 11001011 | 11010011 | 110111 | 100 | 0 | 1001010 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CBD337
Complementary color
Monochromatic Colors of #CBD337
Black with #CBD337
Text Example
Text Example
White with #CBD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD337; }
p { color: rgb(203,211,55); }
H1.HeaderClassName
{
color: #CBD337;
}
.AnyTagClassName
{
color: #CBD337;
}
</style>
background-color css
<style>
a { background-color: #CBD337; }
a { background-color: rgb(203,211,55); }
div.DivClassName
{
background-color: #CBD337;
}
.BgClassName
{
background-color: #CBD337;
}
</style>
border-color css
<style>
span { border-color: #CBD337; }
span { border-color: rgb(203,211,55); }
td.TdClassName
{
border-color: #CBD337;
}
.TagClassName
{
border-color: #CBD337;
}
</style>