Shades of Las Palmas #CFD943
Tints of Las Palmas #CFD943
RGB
CMYK
RGB Variations
Color information
#CFD943 (or 0xCFD943) is known color: Las Palmas. HEX triplet: CF, D9 and 43. RGB value is (207,217,67). Sum of RGB (Red+Green+Blue) = 207+217+67=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 67 (26.56% from 255 or 13.65% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD943 is #3026BC. Grayscale: #C5C5C5. Windows color (decimal): -3155645 or 4446671. OLE color: 4446671.
HSL color Cylindrical-coordinate representation of color #CFD943: hue angle of 64º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFD943 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 67 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.15 |
| HSL | 64º | 0.66% | 0.56% | - |
| HSV(B) | 64º | 0.69% | 0.85% | - |
| XYZ | 51.56 | 63.3 | 14.81 | - |
| YUV | 196.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 67 | 0.05 | 0 | 0.69 | 0.15 | 64 | 0.66 | 0.56 |
| Hex | CF | D9 | 43 | 5 | 0 | 45 | F | 40 | 42 | 38 |
| Octal | 317 | 331 | 103 | 5 | 0 | 105 | 17 | 100 | 102 | 70 |
| Binary | 11001111 | 11011001 | 1000011 | 101 | 0 | 1000101 | 1111 | 1000000 | 1000010 | 111000 |
Color Harmonies of #CFD943
Complementary color
Monochromatic Colors of #CFD943
Black with #CFD943
Text Example
Text Example
White with #CFD943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD943; }
p { color: rgb(207,217,67); }
H1.HeaderClassName
{
color: #CFD943;
}
.AnyTagClassName
{
color: #CFD943;
}
</style>
background-color css
<style>
a { background-color: #CFD943; }
a { background-color: rgb(207,217,67); }
div.DivClassName
{
background-color: #CFD943;
}
.BgClassName
{
background-color: #CFD943;
}
</style>
border-color css
<style>
span { border-color: #CFD943; }
span { border-color: rgb(207,217,67); }
td.TdClassName
{
border-color: #CFD943;
}
.TagClassName
{
border-color: #CFD943;
}
</style>