Shades of Las Palmas #CFD745
Tints of Las Palmas #CFD745
RGB
CMYK
RGB Variations
Color information
#CFD745 (or 0xCFD745) is known color: Las Palmas. HEX triplet: CF, D7 and 45. RGB value is (207,215,69). Sum of RGB (Red+Green+Blue) = 207+215+69=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD745 is #3028BA. Grayscale: #C4C4C4. Windows color (decimal): -3156155 or 4577231. OLE color: 4577231.
HSL color Cylindrical-coordinate representation of color #CFD745: hue angle of 63.29º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFD745 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 69 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.16 |
| HSL | 63.29º | 0.65% | 0.56% | - |
| HSV(B) | 63.29º | 0.68% | 0.84% | - |
| XYZ | 51.11 | 62.3 | 14.96 | - |
| YUV | 195.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 69 | 0.04 | 0 | 0.68 | 0.16 | 63.29 | 0.65 | 0.56 |
| Hex | CF | D7 | 45 | 4 | 0 | 44 | 10 | 3F | 41 | 38 |
| Octal | 317 | 327 | 105 | 4 | 0 | 104 | 20 | 77 | 101 | 70 |
| Binary | 11001111 | 11010111 | 1000101 | 100 | 0 | 1000100 | 10000 | 111111 | 1000001 | 111000 |
Color Harmonies of #CFD745
Complementary color
Monochromatic Colors of #CFD745
Black with #CFD745
Text Example
Text Example
White with #CFD745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD745; }
p { color: rgb(207,215,69); }
H1.HeaderClassName
{
color: #CFD745;
}
.AnyTagClassName
{
color: #CFD745;
}
</style>
background-color css
<style>
a { background-color: #CFD745; }
a { background-color: rgb(207,215,69); }
div.DivClassName
{
background-color: #CFD745;
}
.BgClassName
{
background-color: #CFD745;
}
</style>
border-color css
<style>
span { border-color: #CFD745; }
span { border-color: rgb(207,215,69); }
td.TdClassName
{
border-color: #CFD745;
}
.TagClassName
{
border-color: #CFD745;
}
</style>