Shades of Las Palmas #CBD73F
Tints of Las Palmas #CBD73F
RGB
CMYK
RGB Variations
Color information
#CBD73F (or 0xCBD73F) is known color: Las Palmas. HEX triplet: CB, D7 and 3F. RGB value is (203,215,63). Sum of RGB (Red+Green+Blue) = 203+215+63=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD73F is #3428C0. Grayscale: #C2C2C2. Windows color (decimal): -3418305 or 4184011. OLE color: 4184011.
HSL color Cylindrical-coordinate representation of color #CBD73F: hue angle of 64.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBD73F is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 63 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.16 |
| HSL | 64.74º | 0.66% | 0.55% | - |
| HSV(B) | 64.74º | 0.71% | 0.84% | - |
| XYZ | 49.83 | 61.66 | 13.98 | - |
| YUV | 194.08 | 54.02 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 63 | 0.06 | 0 | 0.71 | 0.16 | 64.74 | 0.66 | 0.55 |
| Hex | CB | D7 | 3F | 6 | 0 | 47 | 10 | 41 | 42 | 37 |
| Octal | 313 | 327 | 77 | 6 | 0 | 107 | 20 | 101 | 102 | 67 |
| Binary | 11001011 | 11010111 | 111111 | 110 | 0 | 1000111 | 10000 | 1000001 | 1000010 | 110111 |
Color Harmonies of #CBD73F
Complementary color
Monochromatic Colors of #CBD73F
Black with #CBD73F
Text Example
Text Example
White with #CBD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD73F; }
p { color: rgb(203,215,63); }
H1.HeaderClassName
{
color: #CBD73F;
}
.AnyTagClassName
{
color: #CBD73F;
}
</style>
background-color css
<style>
a { background-color: #CBD73F; }
a { background-color: rgb(203,215,63); }
div.DivClassName
{
background-color: #CBD73F;
}
.BgClassName
{
background-color: #CBD73F;
}
</style>
border-color css
<style>
span { border-color: #CBD73F; }
span { border-color: rgb(203,215,63); }
td.TdClassName
{
border-color: #CBD73F;
}
.TagClassName
{
border-color: #CBD73F;
}
</style>