Shades of Las Palmas #CBD33F
Tints of Las Palmas #CBD33F
RGB
CMYK
RGB Variations
Color information
#CBD33F (or 0xCBD33F) is known color: Las Palmas. HEX triplet: CB, D3 and 3F. RGB value is (203,211,63). Sum of RGB (Red+Green+Blue) = 203+211+63=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 63 (25% from 255 or 13.21% from 477); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD33F is #342CC0. Grayscale: #C0C0C0. Windows color (decimal): -3419329 or 4182987. OLE color: 4182987.
HSL color Cylindrical-coordinate representation of color #CBD33F: hue angle of 63.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBD33F is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 63 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.17 |
| HSL | 63.24º | 0.63% | 0.54% | - |
| HSV(B) | 63.24º | 0.7% | 0.83% | - |
| XYZ | 48.82 | 59.64 | 13.64 | - |
| YUV | 191.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 63 | 0.04 | 0 | 0.70 | 0.17 | 63.24 | 0.63 | 0.54 |
| Hex | CB | D3 | 3F | 4 | 0 | 46 | 11 | 3F | 3F | 36 |
| Octal | 313 | 323 | 77 | 4 | 0 | 106 | 21 | 77 | 77 | 66 |
| Binary | 11001011 | 11010011 | 111111 | 100 | 0 | 1000110 | 10001 | 111111 | 111111 | 110110 |
Color Harmonies of #CBD33F
Complementary color
Monochromatic Colors of #CBD33F
Black with #CBD33F
Text Example
Text Example
White with #CBD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD33F; }
p { color: rgb(203,211,63); }
H1.HeaderClassName
{
color: #CBD33F;
}
.AnyTagClassName
{
color: #CBD33F;
}
</style>
background-color css
<style>
a { background-color: #CBD33F; }
a { background-color: rgb(203,211,63); }
div.DivClassName
{
background-color: #CBD33F;
}
.BgClassName
{
background-color: #CBD33F;
}
</style>
border-color css
<style>
span { border-color: #CBD33F; }
span { border-color: rgb(203,211,63); }
td.TdClassName
{
border-color: #CBD33F;
}
.TagClassName
{
border-color: #CBD33F;
}
</style>