Shades of Las Palmas #CBD341
Tints of Las Palmas #CBD341
RGB
CMYK
RGB Variations
Color information
#CBD341 (or 0xCBD341) is known color: Las Palmas. HEX triplet: CB, D3 and 41. RGB value is (203,211,65). Sum of RGB (Red+Green+Blue) = 203+211+65=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD341 is #342CBE. Grayscale: #C0C0C0. Windows color (decimal): -3419327 or 4314059. OLE color: 4314059.
HSL color Cylindrical-coordinate representation of color #CBD341: hue angle of 63.29º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBD341 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.17 |
| HSL | 63.29º | 0.62% | 0.54% | - |
| HSV(B) | 63.29º | 0.69% | 0.83% | - |
| XYZ | 48.88 | 59.67 | 13.94 | - |
| YUV | 191.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 65 | 0.04 | 0 | 0.69 | 0.17 | 63.29 | 0.62 | 0.54 |
| Hex | CB | D3 | 41 | 4 | 0 | 45 | 11 | 3F | 3E | 36 |
| Octal | 313 | 323 | 101 | 4 | 0 | 105 | 21 | 77 | 76 | 66 |
| Binary | 11001011 | 11010011 | 1000001 | 100 | 0 | 1000101 | 10001 | 111111 | 111110 | 110110 |
Color Harmonies of #CBD341
Complementary color
Monochromatic Colors of #CBD341
Black with #CBD341
Text Example
Text Example
White with #CBD341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD341; }
p { color: rgb(203,211,65); }
H1.HeaderClassName
{
color: #CBD341;
}
.AnyTagClassName
{
color: #CBD341;
}
</style>
background-color css
<style>
a { background-color: #CBD341; }
a { background-color: rgb(203,211,65); }
div.DivClassName
{
background-color: #CBD341;
}
.BgClassName
{
background-color: #CBD341;
}
</style>
border-color css
<style>
span { border-color: #CBD341; }
span { border-color: rgb(203,211,65); }
td.TdClassName
{
border-color: #CBD341;
}
.TagClassName
{
border-color: #CBD341;
}
</style>