Shades of Las Palmas #CBD33A
Tints of Las Palmas #CBD33A
RGB
CMYK
RGB Variations
Color information
#CBD33A (or 0xCBD33A) is known color: Las Palmas. HEX triplet: CB, D3 and 3A. RGB value is (203,211,58). Sum of RGB (Red+Green+Blue) = 203+211+58=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD33A is #342CC5. Grayscale: #BFBFBF. Windows color (decimal): -3419334 or 3855307. OLE color: 3855307.
HSL color Cylindrical-coordinate representation of color #CBD33A: hue angle of 63.14º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD33A is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 58 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.17 |
| HSL | 63.14º | 0.63% | 0.53% | - |
| HSV(B) | 63.14º | 0.73% | 0.83% | - |
| XYZ | 48.69 | 59.59 | 12.94 | - |
| YUV | 191.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 58 | 0.04 | 0 | 0.73 | 0.17 | 63.14 | 0.63 | 0.53 |
| Hex | CB | D3 | 3A | 4 | 0 | 49 | 11 | 3F | 3F | 35 |
| Octal | 313 | 323 | 72 | 4 | 0 | 111 | 21 | 77 | 77 | 65 |
| Binary | 11001011 | 11010011 | 111010 | 100 | 0 | 1001001 | 10001 | 111111 | 111111 | 110101 |
Color Harmonies of #CBD33A
Complementary color
Monochromatic Colors of #CBD33A
Black with #CBD33A
Text Example
Text Example
White with #CBD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD33A; }
p { color: rgb(203,211,58); }
H1.HeaderClassName
{
color: #CBD33A;
}
.AnyTagClassName
{
color: #CBD33A;
}
</style>
background-color css
<style>
a { background-color: #CBD33A; }
a { background-color: rgb(203,211,58); }
div.DivClassName
{
background-color: #CBD33A;
}
.BgClassName
{
background-color: #CBD33A;
}
</style>
border-color css
<style>
span { border-color: #CBD33A; }
span { border-color: rgb(203,211,58); }
td.TdClassName
{
border-color: #CBD33A;
}
.TagClassName
{
border-color: #CBD33A;
}
</style>