Shades of Las Palmas #CFD749
Tints of Las Palmas #CFD749
RGB
CMYK
RGB Variations
Color information
#CFD749 (or 0xCFD749) is known color: Las Palmas. HEX triplet: CF, D7 and 49. RGB value is (207,215,73). Sum of RGB (Red+Green+Blue) = 207+215+73=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD749 is #3028B6. Grayscale: #C4C4C4. Windows color (decimal): -3156151 or 4839375. OLE color: 4839375.
HSL color Cylindrical-coordinate representation of color #CFD749: hue angle of 63.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFD749 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 73 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.16 |
| HSL | 63.38º | 0.64% | 0.56% | - |
| HSV(B) | 63.38º | 0.66% | 0.84% | - |
| XYZ | 51.24 | 62.35 | 15.64 | - |
| YUV | 196.42 | 58.35 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 73 | 0.04 | 0 | 0.66 | 0.16 | 63.38 | 0.64 | 0.56 |
| Hex | CF | D7 | 49 | 4 | 0 | 42 | 10 | 3F | 40 | 38 |
| Octal | 317 | 327 | 111 | 4 | 0 | 102 | 20 | 77 | 100 | 70 |
| Binary | 11001111 | 11010111 | 1001001 | 100 | 0 | 1000010 | 10000 | 111111 | 1000000 | 111000 |
Color Harmonies of #CFD749
Complementary color
Monochromatic Colors of #CFD749
Black with #CFD749
Text Example
Text Example
White with #CFD749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD749; }
p { color: rgb(207,215,73); }
H1.HeaderClassName
{
color: #CFD749;
}
.AnyTagClassName
{
color: #CFD749;
}
</style>
background-color css
<style>
a { background-color: #CFD749; }
a { background-color: rgb(207,215,73); }
div.DivClassName
{
background-color: #CFD749;
}
.BgClassName
{
background-color: #CFD749;
}
</style>
border-color css
<style>
span { border-color: #CFD749; }
span { border-color: rgb(207,215,73); }
td.TdClassName
{
border-color: #CFD749;
}
.TagClassName
{
border-color: #CFD749;
}
</style>