Shades of Las Palmas #CFD947
Tints of Las Palmas #CFD947
RGB
CMYK
RGB Variations
Color information
#CFD947 (or 0xCFD947) is known color: Las Palmas. HEX triplet: CF, D9 and 47. RGB value is (207,217,71). Sum of RGB (Red+Green+Blue) = 207+217+71=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD947 is #3026B8. Grayscale: #C5C5C5. Windows color (decimal): -3155641 or 4708815. OLE color: 4708815.
HSL color Cylindrical-coordinate representation of color #CFD947: hue angle of 64.11º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFD947 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 71 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.15 |
| HSL | 64.11º | 0.66% | 0.56% | - |
| HSV(B) | 64.11º | 0.67% | 0.85% | - |
| XYZ | 51.68 | 63.35 | 15.46 | - |
| YUV | 197.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 71 | 0.05 | 0 | 0.67 | 0.15 | 64.11 | 0.66 | 0.56 |
| Hex | CF | D9 | 47 | 5 | 0 | 43 | F | 40 | 42 | 38 |
| Octal | 317 | 331 | 107 | 5 | 0 | 103 | 17 | 100 | 102 | 70 |
| Binary | 11001111 | 11011001 | 1000111 | 101 | 0 | 1000011 | 1111 | 1000000 | 1000010 | 111000 |
Color Harmonies of #CFD947
Complementary color
Monochromatic Colors of #CFD947
Black with #CFD947
Text Example
Text Example
White with #CFD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD947; }
p { color: rgb(207,217,71); }
H1.HeaderClassName
{
color: #CFD947;
}
.AnyTagClassName
{
color: #CFD947;
}
</style>
background-color css
<style>
a { background-color: #CFD947; }
a { background-color: rgb(207,217,71); }
div.DivClassName
{
background-color: #CFD947;
}
.BgClassName
{
background-color: #CFD947;
}
</style>
border-color css
<style>
span { border-color: #CFD947; }
span { border-color: rgb(207,217,71); }
td.TdClassName
{
border-color: #CFD947;
}
.TagClassName
{
border-color: #CFD947;
}
</style>