Shades of Las Palmas #CBD338
Tints of Las Palmas #CBD338
RGB
CMYK
RGB Variations
Color information
#CBD338 (or 0xCBD338) is known color: Las Palmas. HEX triplet: CB, D3 and 38. RGB value is (203,211,56). Sum of RGB (Red+Green+Blue) = 203+211+56=470 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.19% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD338 is #342CC7. Grayscale: #BFBFBF. Windows color (decimal): -3419336 or 3724235. OLE color: 3724235.
HSL color Cylindrical-coordinate representation of color #CBD338: hue angle of 63.1º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD338 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 56 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.17 |
| HSL | 63.1º | 0.64% | 0.52% | - |
| HSV(B) | 63.1º | 0.73% | 0.83% | - |
| XYZ | 48.64 | 59.57 | 12.68 | - |
| YUV | 190.94 | 51.85 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 56 | 0.04 | 0 | 0.73 | 0.17 | 63.1 | 0.64 | 0.52 |
| Hex | CB | D3 | 38 | 4 | 0 | 49 | 11 | 3F | 40 | 34 |
| Octal | 313 | 323 | 70 | 4 | 0 | 111 | 21 | 77 | 100 | 64 |
| Binary | 11001011 | 11010011 | 111000 | 100 | 0 | 1001001 | 10001 | 111111 | 1000000 | 110100 |
Color Harmonies of #CBD338
Complementary color
Monochromatic Colors of #CBD338
Black with #CBD338
Text Example
Text Example
White with #CBD338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD338; }
p { color: rgb(203,211,56); }
H1.HeaderClassName
{
color: #CBD338;
}
.AnyTagClassName
{
color: #CBD338;
}
</style>
background-color css
<style>
a { background-color: #CBD338; }
a { background-color: rgb(203,211,56); }
div.DivClassName
{
background-color: #CBD338;
}
.BgClassName
{
background-color: #CBD338;
}
</style>
border-color css
<style>
span { border-color: #CBD338; }
span { border-color: rgb(203,211,56); }
td.TdClassName
{
border-color: #CBD338;
}
.TagClassName
{
border-color: #CBD338;
}
</style>