Shades of Las Palmas #CBD73C
Tints of Las Palmas #CBD73C
RGB
CMYK
RGB Variations
Color information
#CBD73C (or 0xCBD73C) is known color: Las Palmas. HEX triplet: CB, D7 and 3C. RGB value is (203,215,60). Sum of RGB (Red+Green+Blue) = 203+215+60=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD73C is #3428C3. Grayscale: #C2C2C2. Windows color (decimal): -3418308 or 3987403. OLE color: 3987403.
HSL color Cylindrical-coordinate representation of color #CBD73C: hue angle of 64.65º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBD73C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 60 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.16 |
| HSL | 64.65º | 0.66% | 0.54% | - |
| HSV(B) | 64.65º | 0.72% | 0.84% | - |
| XYZ | 49.74 | 61.62 | 13.55 | - |
| YUV | 193.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 60 | 0.06 | 0 | 0.72 | 0.16 | 64.65 | 0.66 | 0.54 |
| Hex | CB | D7 | 3C | 6 | 0 | 48 | 10 | 41 | 42 | 36 |
| Octal | 313 | 327 | 74 | 6 | 0 | 110 | 20 | 101 | 102 | 66 |
| Binary | 11001011 | 11010111 | 111100 | 110 | 0 | 1001000 | 10000 | 1000001 | 1000010 | 110110 |
Color Harmonies of #CBD73C
Complementary color
Monochromatic Colors of #CBD73C
Black with #CBD73C
Text Example
Text Example
White with #CBD73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD73C; }
p { color: rgb(203,215,60); }
H1.HeaderClassName
{
color: #CBD73C;
}
.AnyTagClassName
{
color: #CBD73C;
}
</style>
background-color css
<style>
a { background-color: #CBD73C; }
a { background-color: rgb(203,215,60); }
div.DivClassName
{
background-color: #CBD73C;
}
.BgClassName
{
background-color: #CBD73C;
}
</style>
border-color css
<style>
span { border-color: #CBD73C; }
span { border-color: rgb(203,215,60); }
td.TdClassName
{
border-color: #CBD73C;
}
.TagClassName
{
border-color: #CBD73C;
}
</style>