Shades of Las Palmas #CFD748
Tints of Las Palmas #CFD748
RGB
CMYK
RGB Variations
Color information
#CFD748 (or 0xCFD748) is known color: Las Palmas. HEX triplet: CF, D7 and 48. RGB value is (207,215,72). Sum of RGB (Red+Green+Blue) = 207+215+72=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD748 is #3028B7. Grayscale: #C4C4C4. Windows color (decimal): -3156152 or 4773839. OLE color: 4773839.
HSL color Cylindrical-coordinate representation of color #CFD748: hue angle of 63.36º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFD748 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 72 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.16 |
| HSL | 63.36º | 0.64% | 0.56% | - |
| HSV(B) | 63.36º | 0.67% | 0.84% | - |
| XYZ | 51.2 | 62.33 | 15.46 | - |
| YUV | 196.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 72 | 0.04 | 0 | 0.67 | 0.16 | 63.36 | 0.64 | 0.56 |
| Hex | CF | D7 | 48 | 4 | 0 | 43 | 10 | 3F | 40 | 38 |
| Octal | 317 | 327 | 110 | 4 | 0 | 103 | 20 | 77 | 100 | 70 |
| Binary | 11001111 | 11010111 | 1001000 | 100 | 0 | 1000011 | 10000 | 111111 | 1000000 | 111000 |
Color Harmonies of #CFD748
Complementary color
Monochromatic Colors of #CFD748
Black with #CFD748
Text Example
Text Example
White with #CFD748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD748; }
p { color: rgb(207,215,72); }
H1.HeaderClassName
{
color: #CFD748;
}
.AnyTagClassName
{
color: #CFD748;
}
</style>
background-color css
<style>
a { background-color: #CFD748; }
a { background-color: rgb(207,215,72); }
div.DivClassName
{
background-color: #CFD748;
}
.BgClassName
{
background-color: #CFD748;
}
</style>
border-color css
<style>
span { border-color: #CFD748; }
span { border-color: rgb(207,215,72); }
td.TdClassName
{
border-color: #CFD748;
}
.TagClassName
{
border-color: #CFD748;
}
</style>